'Usage Dim index As Integer Dim value As SheetSkin value = DefaultSkins.GetAt(index)
Parameters
- index
- Zero-based index in array that specifies the location of the built-in (default) skin
'Usage Dim index As Integer Dim value As SheetSkin value = DefaultSkins.GetAt(index)
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified index is out of range; must be between zero and the total number of built-in (default) skins |