FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetSelectionModelEventArgs Class / Column Property


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