ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCellRange Class / RowTo Property

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