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


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