Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyleElements Interface / Item Property
A TableStyleElementType value indicates the table style element.


In This Topic
    Item Property (ITableStyleElements)
    In This Topic
    Gets the ITableStyleElement at the specified index.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As TableStyleElementType _
    ) As ITableStyleElement
    'Usage
     
    
    Dim instance As ITableStyleElements
    Dim index As TableStyleElementType
    Dim value As ITableStyleElement
     
    value = instance.Item(index)

    Parameters

    index
    A TableStyleElementType value indicates the table style element.

    Property Value

    An ITableStyleElement object represents the table style element.
    See Also