[]
Returns the index within the collection of the element.
public int IndexOf(RtfObject obj)
| Type | Name | Description |
|---|---|---|
| RtfObject | obj | The object for the Word/RTF document. |
| Type | Description |
|---|---|
| int | The zero-based index of the first occurrence of element, if found, otherwise, -1. |