[]
Returns the index of the specified built-in skin.
public static int IndexOf(SpreadSkin skin)
Public Shared Function IndexOf(skin As SpreadSkin) As Integer
Type | Name | Description |
---|---|---|
SpreadSkin | 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 |