Item Property (RtfShapeCollection)
In This Topic
Gets or sets the shape at the specified index within the collection.
Syntax
'Declaration
Public Shadows Default Property Item( _
ByVal As Integer _
) As RtfShape
public new RtfShape this[
int
]; {get; set;}
Parameters
- index
Property Value
The Word/RTF shape.
See Also