[]
Gets the index of a specific XLComment object in the collection.
public int IndexOf(XLComment comment)
| Type | Name | Description |
|---|---|---|
| XLComment | comment | The XLComment object to look for. |
| Type | Description |
|---|---|
| int | The position of the object in the collection, or -1 if the object is not a member of the collection. |