ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLRange Class / RowLast Property

In This Topic
    RowLast Property
    In This Topic
    Gets or sets the index of the bottom row in the range.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowLast As System.Integer
    public System.int RowLast {get;}
    See Also