Represents the skin for resetting the skin properties to the default values.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared ReadOnly Property Default As SheetSkin |
Property Value
SheetSkin object containing the pre-defined skin
Remarks
Example
This example applies the built-in Default skin to the sheet, that resets the sheet skin properties to their default values in the component.
| C# | Copy Code |
|---|
FarPoint.Web.Spread.DefaultSkins ds = new FarPoint.Web.Spread.DefaultSkins();
ds.Default.Apply(FpSpread1);
|
| Visual Basic | Copy Code |
|---|
Dim ds As New FarPoint.Web.Spread.DefaultSkins
ds.Default.Apply(FpSpread1) |
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also