[]
Gets the index of the specified column.
public int IndexOf(SpreadDataColumn column)
Public Function IndexOf(column As SpreadDataColumn) As Integer
Type | Name | Description |
---|---|---|
SpreadDataColumn | column | Column |
Type | Description |
---|---|
int |
Gets the index of the column with specified name
public int IndexOf(string columnName)
Public Function IndexOf(columnName As String) As Integer
Type | Name | Description |
---|---|---|
string | columnName | Name of the column |
Type | Description |
---|---|
int |