Spread WPF 18
GrapeCity.Spreadsheet Namespace / ITableStyle Interface / TableStyleElements Property


In This Topic
    TableStyleElements Property
    In This Topic
    Gets the table style elements.
    Syntax
    'Declaration
     
    ReadOnly Property TableStyleElements As ITableStyleElements
    'Usage
     
    Dim instance As ITableStyle
    Dim value As ITableStyleElements
     
    value = instance.TableStyleElements
    ITableStyleElements TableStyleElements {get;}

    Property Value

    An ITableStyleElements object represents all table style elements.
    See Also