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

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