Spread WPF 18
GrapeCity.Spreadsheet Namespace / ITableColumns Interface / Count Property


In This Topic
    Count Property (ITableColumns)
    In This Topic
    Gets an integer value that represents the number of columns in the table.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As ITableColumns
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    The number of columns in the table.
    See Also