Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISpreadsheet Interface / RowCount Property


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

    Property Value

    An integer value represents the row count of the header.
    See Also