[]
Gets the cell at the specified row index and column index.
public RtfCell this[int row, int col] { get; }
Public ReadOnly Default Property Item(row As Integer, col As Integer) As RtfCell
| Type | Name | Description |
|---|---|---|
| int | row | |
| int | col |
| Type | Description |
|---|---|
| RtfCell | The Word/RTF table cell. |