[]
Gets the built-in skin at the specified index.
public static SheetSkin GetAt(int index)
Public Shared Function GetAt(index As Integer) As SheetSkin
Type | Name | Description |
---|---|---|
int | index | Zero-based index in array that specifies the location of the built-in (default) skin |
Type | Description |
---|---|
SheetSkin |
Type | Condition |
---|---|
IndexOutOfRangeException | Specified index is out of range; must be between zero and the total number of built-in (default) skins |