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