FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / Row2 Property

In This Topic
    Row2 Property (CellRange)
    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