Categories.Item Method
Returns the specified item in the collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Item ( _
ByRef Index As Object _
) As Category
'Usage
Dim instance As Categories
Dim Index As Object
Dim returnValue As Category
returnValue = instance(Index)
Category Item(
ref Object Index
)
Parameters
- Index
Type: System.Object%
Specifies a String or Integer that represents the name or ordinal position of the object in the collection.
Return Value
Type: Microsoft.Office.Interop.Word.Category
Category