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


In This Topic
Column Property (CellRange)
In This Topic
Gets the column index of the first cell in the range.
Syntax
'Declaration
 
Public Property Column As Integer
 
'Usage
 
Dim instance As CellRange
Dim value As Integer
 
instance.Column = value
 
value = instance.Column
See Also