[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataColumnCollection.IndexOf

IndexOf Method

IndexOf(SpreadDataColumn)

Gets the index of the specified column.

Declaration
public int IndexOf(SpreadDataColumn column)
Public Function IndexOf(column As SpreadDataColumn) As Integer
Parameters
Type Name Description
SpreadDataColumn column

Column

Returns
Type Description
int

IndexOf(string)

Gets the index of the column with specified name

Declaration
public int IndexOf(string columnName)
Public Function IndexOf(columnName As String) As Integer
Parameters
Type Name Description
string columnName

Name of the column

Returns
Type Description
int