Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAlternatingStyles Interface / Item Property


In This Topic
    Item Property (IAlternatingStyles)
    In This Topic
    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
    See Also