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