Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel.CellEventArgs Class / ColumnIndex Property


In This Topic
ColumnIndex Property (DefaultSheetDataModel.CellEventArgs)
In This Topic
Index of the column.
Syntax
'Declaration
 
Public ReadOnly Property ColumnIndex As Integer
 
'Usage
 
Dim instance As DefaultSheetDataModel.CellEventArgs
Dim value As Integer
 
value = instance.ColumnIndex
See Also