Click or drag to resize

FrameTableAddColumnT Method (String)

Adds a new column with the given name and type.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public void AddColumn<T>(
	string name
)

Parameters

name
Type: SystemString
The name of the column.

Type Parameters

T
The type of the column.
See Also