Spread Windows Forms 14.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManager Class / ColumnCount Property


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