FrameTableAddColumnT(String) Method
Adds a new column with the given name and type.
Namespace: Meta.Numerics.DataAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public void AddColumn<T>(
string name
)
Public Sub AddColumn(Of T) (
name As String
)
public:
generic<typename T>
void AddColumn(
String^ name
)
member AddColumn :
name : string -> unit
- name String
- The name of the column.
- T
- The type of the column.