Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyles Interface / Item Property / Item(Int32) Property
An integer value indicates the index of the table style.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets the TableStyle at the specified index.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As ITableStyle
    'Usage
     
    
    Dim instance As ITableStyles
    Dim index As Integer
    Dim value As ITableStyle
     
    value = instance.Item(index)
    ITableStyle Item( 
       int index
    ) {get;}

    Parameters

    index
    An integer value indicates the index of the table style.

    Property Value

    A TableStyle object represents the corresponding table style.
    See Also