DefaultSpreadSkins Class Members
The following tables list the members exposed by DefaultSpreadSkins.
| Name | Description |
  | Skins | Array of Spread skins that contain the built-in skins. |
Top
| 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. |
  | Office2016Colorful | Represents the built-in skin, Office2016 Colorful. |
  | Office2016DarkGray | Represents the built-in skin, Office2016 DarkGray. |
  | Office2016White | Represents the built-in skin, Office2016 White. |
  | 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
| 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