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