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
)
Public Sub AddColumn(Of T) (
name As String
)
public:
generic<typename T>
void AddColumn(
String^ name
)
member AddColumn :
name : string -> unit
Parameters
- name
- Type: SystemString
The name of the column.
Type Parameters
- T
- The type of the column.
See Also