Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortedEventArgs Class / ColumnCount Property


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