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


In This Topic
Row2 Property
In This Topic
Gets or sets the bottom row.
Syntax
'Declaration
 
Public Property Row2 As Integer
 
'Usage
 
Dim instance As GridCellRange
Dim value As Integer
 
instance.Row2 = value
 
value = instance.Row2
See Also