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