FileCsvDocumentColumnIndex Method |
Returns the zero-based index of the column with the given name (case-insensitive), or
-1 if the document has no header or no column with that name. When names are duplicated,
the first is returned.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic int ColumnIndex(
string name
)
Public Function ColumnIndex (
name As String
) As Integer
Parameters
- name
- Type: SystemString
The column name to look up.
Return Value
Type:
Int32The column index, or -1.
See Also