ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellRange Structure / Row2 Property

In This Topic
    Row2 Property
    In This Topic
    Gets or sets the index of the last row in this CellRange.
    Syntax
    'Declaration
     
    
    Public Property Row2 As Integer
    public int Row2 {get; set;}
    See Also