CategoryCollection.Item(Object) Method

Definition

Returns a single object from the CategoryCollection object.

public:
 Microsoft::Office::Core::IMsoCategory ^ Item(System::Object ^ Index);
public Microsoft.Office.Core.IMsoCategory Item (object Index);
abstract member Item : obj -> Microsoft.Office.Core.IMsoCategory
Public Function Item (Index As Object) As IMsoCategory

Parameters

Index
Object

The index number for the object.

Returns

Applies to