TaskPanes.Item Property
Returns an individual object in a collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As WdTaskPanes _
) As TaskPane
Get
'Usage
Dim instance As TaskPanes
Dim Index As WdTaskPanes
Dim value As TaskPane
value = instance(Index)
TaskPane this[
WdTaskPanes Index
] { get; }
Parameters
- Index
Type: Microsoft.Office.Interop.Word.WdTaskPanes
An Object indicating the ordinal position or a string representing the name of the individual object.
Property Value
Type: Microsoft.Office.Interop.Word.TaskPane