Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCellRange Class / RowCount Property

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