Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / GetColumnIndex Method
Name of the column


In This Topic
GetColumnIndex Method (TableView)
In This Topic
Gets the column index.
Syntax
'Declaration
 
Public Function GetColumnIndex( _
   ByVal name As String _
) As Integer
 
'Usage
 
Dim instance As TableView
Dim name As String
Dim value As Integer
 
value = instance.GetColumnIndex(name)

Parameters

name
Name of the column

Return Value

An int value specifies the column index.
See Also