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


In This Topic
ColumnCount Property (SheetStyleModelEventArgs)
In This Topic
Gets the number of columns, or -1 if all columns were affected.
Syntax
'Declaration
 
Public ReadOnly Property ColumnCount As Integer
 
'Usage
 
Dim instance As SheetStyleModelEventArgs
Dim value As Integer
 
value = instance.ColumnCount
See Also