Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyleElements Interface / Count Property


In This Topic
    Count Property (ITableStyleElements)
    In This Topic
    Gets the number of table styles in the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As ITableStyleElements
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    An integer value represents the number of table styles.
    See Also