The following tables list the members exposed by DefaultSpreadSkins.
Public Fields
| Name | Description |
| Skins | Array of Spread skins containing the built-in skins. |
Top
Public Properties
| Name | Description |
| ArcticSea | Represents the built-in skin, ArcticSea. |
| Classic | Represents the built-in skin, Classic. |
| Count | Gets the number of built-in skins in the array of Spread skins. |
| Default | Represents the skin for resetting the skin properties to the default values. |
| Grayscale | Represents the built-in skin, Grayscale. |
| Metallic | Represents the built-in skin, Metallic. |
| Midnight | Represents the built-in skin, Midnight. |
| Newspaper | Represents the built-in skin, Newspaper. |
| Office2007 | Represents the skin for resetting the skin properties to the excel 2007 like values. |
| Office2013 | Represents the skin for resetting the skin properties to the excel 2013 like values. |
| Pastel | Represents the built-in skin, Pastel. |
| Rose | Represents the built-in skin, Rose. |
| Sandstorm | Represents the built-in skin, Sandstorm. |
| Seashell | Represents the built-in skin, Seashell. |
| Shamrock | Represents the built-in skin, Shamrock. |
| Sunburst | Represents the built-in skin, Sunburst. |
Top
Public Methods
| Name | Description |
| Contains | Determines whether the collection contains the specified Spread skin. |
| CopyTo | Copies skins to the specified array at the specified index. |
| Find | Finds the built-in Spread skin with the specified name. |
| GetAt | Gets the built-in skin at the specified index. |
| IndexOf | Returns the index of the specified built-in skin. |
| Reset | Resets the skin properties of the active sheet in the specified Spread component to the default values. |
Top
See Also