[]
Gets or sets the shape at the specified index within the collection.
public RtfShape this[int index] { get; set; }
Public Default Property Item(index As Integer) As RtfShape
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| RtfShape | The Word/RTF shape. |