Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ICellRange Interface / RowCount Property


In This Topic
    RowCount Property (ICellRange)
    In This Topic
    Gets the row count.
    Syntax
    'Declaration
     
    ReadOnly Property RowCount As Integer
    'Usage
     
    Dim instance As ICellRange
    Dim value As Integer
     
    value = instance.RowCount
    int RowCount {get;}
    See Also