Click or drag to resize

FrameTableAddColumnsT Method

Adds new columns with the given names.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void AddColumns<T>(
	params string[] names
)

Parameters

names
Type: SystemString
The names of the columns.

Type Parameters

T
The type of the columns.
Remarks

This method is useful for adding multiple columns of the same type.

See Also