In This Topic
Creates a new skin.
Overload List
Overload | Description |
SheetSkin Constructor(SheetSkin) | Creates a new skin and copies the property values from the source skin. |
SheetSkin Constructor(FpSpread) | Creates a new skin with the property values of the active sheet of the specified Spread component. |
SheetSkin Constructor(String,Color,Color,Color,Int32,Color,GridLines,Color,Color,Color,Color,Color,Color,Boolean,Boolean,Boolean,Boolean,Boolean) | Creates a new skin with the specified settings. |
SheetSkin Constructor(String,Color,Color,Color,Int32,Color,GridLines,Color,Color,Color,Color,Color,Color,Boolean,Boolean,Boolean,Boolean,Boolean,String,String,Color,Color,Color,Color,Boolean) | Creates a new skin with the specified settings. |
SheetSkin Constructor(String,Color,Color,Color,Int32,Color,GridLines,Color,Color,Color,Color,Color,Color,Boolean,Boolean,Boolean,Boolean,Boolean,Background,Background,Background,Color) | Creates a new skin with the specified settings. |
SheetSkin Constructor(SheetView) | Creates a new skin with the property settings of the specified sheet. |
SheetSkin Constructor(SerializationInfo,StreamingContext) | Creates a new skin from serialization. |
See Also