FrameColumnCollectionGetIndexOf Method |
Gets the index of the column with the given name.
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public int GetIndexOf(
string name
)
Public Function GetIndexOf (
name As String
) As Integer
public:
int GetIndexOf(
String^ name
)
member GetIndexOf :
name : string -> int
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
Int32The index of the column, or -1 if no such column exists.
See Also