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

In This Topic
    RowCount Property
    In This Topic
    Gets the number of rows in the range.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowCount As System.Integer
    public System.int RowCount {get;}
    See Also