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
)
Public Sub AddColumns(Of T) (
ParamArray names As String()
)
public:
generic<typename T>
void AddColumns(
... array<String^>^ names
)
member AddColumns :
names : string[] -> unit
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