Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAlternatingStyles Interface / Item Property
The order of the alternating style.


In This Topic
    Item Property (IAlternatingStyles)
    In This Topic
    Gets the alternating style at the specified position.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IStyle
    'Usage
     
    
    Dim instance As IAlternatingStyles
    Dim index As Integer
    Dim value As IStyle
     
    value = instance.Item(index)
    IStyle this[ 
       int index
    ]; {get;}

    Parameters

    index
    The order of the alternating style.

    Property Value

    An IStyle object represents the alternating style.
    See Also