Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / RowCount Property


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

    Property Value

    An integer value represents the row count.
    See Also