Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManagerBase Class / RowCount Property


In This Topic
    RowCount Property (DataManagerBase)
    In This Topic
    Gets the number of bound rows in the data source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowCount As Integer
    'Usage
     
    
    Dim instance As DataManagerBase
    Dim value As Integer
     
    value = instance.RowCount
    public int RowCount {get;}
    See Also