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


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