Represents the built-in skin, Simple1.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly Property Simple1 As SheetSkin |
Property Value
SheetSkin object containing the pre-defined skin
Remarks
Example
This example applies the built-in Simple1 skin to the sheet in the component.
C# | Copy Code |
---|
FarPoint.Web.Spread.DefaultSkins ds = new FarPoint.Web.Spread.DefaultSkins();
ds.Simple1.Apply(FpSpread1);
|
Visual Basic | Copy Code |
---|
Dim ds As New FarPoint.Web.Spread.DefaultSkins
ds.Simple1.Apply(FpSpread1) |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also