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