Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGroupCollection Class / Item Property / Item(String) Property
String containing the name of the item to locate (case-sensitive).


In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the RibbonGroup at the specified position in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As RibbonGroup
    'Usage
     
    
    Dim instance As RibbonGroupCollection
    Dim name As String
    Dim value As RibbonGroup
     
    value = instance.Item(name)
    public RibbonGroup Item( 
       string name
    ) {get;}

    Parameters

    name
    String containing the name of the item to locate (case-sensitive).

    Property Value

    The RibbonGroup at the specified index.
    See Also