[]
Read-only collection of default (built-in) skins.
public sealed class DefaultSkins
Public NotInheritable Class DefaultSkins
Name | Description |
---|---|
DefaultSkins() |
Name | Description |
---|---|
Skins | Array of SheetSkin objects that contains the built-in skins. |
Name | Description |
---|---|
Classic | Represents the built-in skin, Classic. |
Classic1 | Represents the built-in skin, Classic1. |
Classic2 | Represents the built-in skin, Classic2. |
Colorful1 | Represents the built-in skin, Colorful1. |
Colorful2 | Represents the built-in skin, Colorful2. |
Colorful3 | Represents the built-in skin, Colorful3. |
Colorful4 | Represents the built-in skin, Colorful4. |
Colorful5 | Represents the built-in skin, Colorful5. |
Count | Gets the number of built-in skins in the array of SheetSkin objects. |
Default | Represents the skin for resetting the skin properties to the default values. |
Gradient1 | Represents the built-in skin, Gradient1. |
Office2007 | Represents the built-in skin, Office2007. |
Office2013 | Represents the built-in skin, Office2013. |
Office2016Colorful | Represents the built-in skin, Office2016 Colorful. |
Office2016DarkGray | Represents the built-in skin, Office2016 DarkGray. |
Office2016White | Represents the built-in skin, Office2016 White. |
Professional1 | Represents the built-in skin, Professional1. |
Professional2 | Represents the built-in skin, Professional2. |
Professional3 | Represents the built-in skin, Professional3. |
Simple1 | Represents the built-in skin, Simple1. |
Simple2 | Represents the built-in skin, Simple2. |
Simple3 | Represents the built-in skin, Simple3. |
Name | Description |
---|---|
Contains(SheetSkin) | Determines whether the collection contains the specified skin. |
CopyTo(Array, int) | Copies skins to the specified array at the specified index. |
Find(string) | Finds the built-in skin with the specified name. |
GetAt(int) | Gets the built-in skin at the specified index. |
IndexOf(SheetSkin) | Returns the index of the specified built-in skin. |
Reset(FpSpread) | Resets the skin properties of the active sheet in the specified Spread component to the default values. |
Reset(SheetView) | Resets the skin properties of the specified sheet to the default values. |
Reset(ICollection) | Resets the skin properties of an array of sheets to the default values. |