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


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