Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyle Class / Item(TableStyleElementType) Property
A TableStyleElementType value indicates the table style element type.


In This Topic
    Item(TableStyleElementType) Property
    In This Topic
    Gets or sets the TableStyleElement with the specified table style element type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item( _
       ByVal type As TableStyleElementType _
    ) As TableStyleElement
    'Usage
     
    
    Dim instance As TableStyle
    Dim type As TableStyleElementType
    Dim value As TableStyleElement
     
    value = instance.Item(type)

    Parameters

    type
    A TableStyleElementType value indicates the table style element type.

    Property Value

    A TableStyleElement represents the specified table style element.
    See Also