Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonItemCollection Class / Item Property / Item(Int32) Property


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

    Parameters

    index
    See Also