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


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