Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonTabCollection Class / Item Property / Item(Int32) Property
Index of the item.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the RibbonTab at the specified position in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal index As Integer _
    ) As RibbonTab
    'Usage
     
    
    Dim instance As RibbonTabCollection
    Dim index As Integer
    Dim value As RibbonTab
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public RibbonTab Item( 
       int index
    ) {get; set;}

    Parameters

    index
    Index of the item.

    Property Value

    The RibbonTab at the specified index.
    See Also