FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellErrorTextChangedEventArgs Class / ColumnIndex Property


In This Topic
ColumnIndex Property (CellErrorTextChangedEventArgs)
In This Topic
Gets the column index.
Syntax
'Declaration
 
Public ReadOnly Property ColumnIndex As Integer
 
'Usage
 
Dim instance As CellErrorTextChangedEventArgs
Dim value As Integer
 
value = instance.ColumnIndex
See Also