Represents the built-in skin, Classic2.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared ReadOnly Property Classic2 As SheetSkin |
Property Value
SheetSkin object containing the pre-defined skin
Remarks
Example
This example applies the built-in Classic2 skin to the sheet in the component.
| C# | Copy Code |
|---|
FarPoint.Web.Spread.DefaultSkins ds = new FarPoint.Web.Spread.DefaultSkins();
ds.Classic2.Apply(FpSpread1);
|
| Visual Basic | Copy Code |
|---|
Dim ds As New FarPoint.Web.Spread.DefaultSkins
ds.Classic2.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