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


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