Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.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
    public int Row2 {get; set;}
    See Also