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


In This Topic
ColumnCount Property (SheetSelectionModelEventArgs)
In This Topic
Gets the number of columns in the selection.
Syntax
'Declaration
 
Public ReadOnly Property ColumnCount As Integer
 
'Usage
 
Dim instance As SheetSelectionModelEventArgs
Dim value As Integer
 
value = instance.ColumnCount
See Also