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


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