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