Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ( _
ByRef Index As Object _
) As Shape
Get
'Usage
Dim instance As CanvasShapes
Dim Index As Object
Dim value As Shape
value = instance(Index)
Shape this[
ref Object Index
] { get; }
Parameters
- Index
Type: System.Object%
The ordinal position or a string representing the name of the individual object.
Property Value
Type: Microsoft.Office.Interop.Word.Shape