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


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