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