Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetDataModel Interface / ColumnCount Property


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