[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableView.GetColumnIndex

GetColumnIndex Method

GetColumnIndex(string)

Gets the column index.

Declaration
public int GetColumnIndex(string name)
Public Function GetColumnIndex(name As String) As Integer
Parameters
Type Name Description
string name

Name of the column

Returns
Type Description
int

An int value specifies the column index.

Implements