Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / IconSet Class / Item Property
The zero-based index of the element to get.


In This Topic
    Item Property (IconSet)
    In This Topic
    Gets the element at the specified index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Icon
    'Usage
     
    
    Dim instance As IconSet
    Dim index As Integer
    Dim value As Icon
     
    value = instance.Item(index)
    public Icon this[ 
       int index
    ]; {get;}

    Parameters

    index
    The zero-based index of the element to get.
    See Also