Search
IGroups.Item Property
See Also
 



Gets the group at the specified index.

 Syntax

VB6  Copy Code

Public Property Get Item( _
    ByVal Index As Long _
) As Group

C++  Copy Code

public:
Group* get_Item (
    int Index
)

 Parameters

Index

 Property Value

A reference to Group object.

 Remarks

Retrieves a reference to the group object on the index-th place of the collection.

 See Also