ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / GroupCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Returns a group from a C1Report.Groups collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As Group
    public Group Item( 
       System.string name
    ) {get;}

    Parameters

    name
    Remarks
    The name parameter may be a string containing a group name.
    See Also