C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellRange Class / Column Property


In This Topic
Column Property (GridCellRange)
In This Topic
Gets or sets the left most column.
Syntax
'Declaration
 
Public Property Column As Integer
 
'Usage
 
Dim instance As GridCellRange
Dim value As Integer
 
instance.Column = value
 
value = instance.Column
See Also