FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetColumnIndex Method
Column name


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

Parameters

columnName
Column name
See Also