Categories.Item(Object) Method

Definition

Returns the specified item in the collection.

public:
 Microsoft::Office::Interop::Word::Category ^ Item(System::Object ^ % Index);
public Microsoft.Office.Interop.Word.Category Item (ref object Index);
abstract member Item : obj -> Microsoft.Office.Interop.Word.Category
Public Function Item (ByRef Index As Object) As Category

Parameters

Index
Object

Specifies a String or Integer that represents the name or ordinal position of the object in the collection.

Returns

Category

Applies to