Categories.Item(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.