ComponentOne Xamarin.iOS
Row2 Property


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

Reference

GridCellRange Class
GridCellRange Members