ComponentOne Xamarin.iOS
Row Property (GridCellRange)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellRange Class : Row Property
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
public int Row {get; set;}
See Also

Reference

GridCellRange Class
GridCellRange Members