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