Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularCellChangedEventArgs Class / Column Property


In This Topic
Column Property (CircularCellChangedEventArgs)
In This Topic
Gets the first column of the cell range.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
 
'Usage
 
Dim instance As CircularCellChangedEventArgs
Dim value As Integer
 
value = instance.Column
See Also