[]
Returns the index of the specified built-in skin.
public static int IndexOf(SheetSkin skin)
Public Shared Function IndexOf(skin As SheetSkin) As Integer
Type | Name | Description |
---|---|---|
SheetSkin | skin | Name of the built-in skin for which to return the index |
Type | Description |
---|---|
int | Index of the object in the collection, or -1 if the object is not found |