IndexOf Method
IndexOf(Style)
Gets the index of the specified Style.
Declaration
public int IndexOf(Style style)
Public Function IndexOf(style As Style) As Integer
Parameters
| Type |
Name |
Description |
| Style |
style |
|
Returns
| Type |
Description |
| int |
The index of the Style.
|