[]
Gets the index of a style in the collection.
public int IndexOf(CellStyle style)
| Type | Name | Description |
|---|---|---|
| CellStyle | style | Style object to look for. |
| Type | Description |
|---|---|
| int | Index of the style in the collection, or -1 if the style is not a member of the collection. |