Spread for ASP.NET 8.0 Product Documentation
Classic Property
Example 


Represents the built-in skin, Classic.
Syntax
'Declaration
 
Public Shared ReadOnly Property Classic As SheetSkin
'Usage
 
Dim value As SheetSkin
 
value = DefaultSkins.Classic
public static SheetSkin Classic {get;}
Example
This example applies the built-in Classic skin to the sheet in the component.
FarPoint.Web.Spread.DefaultSkins.Classic.Apply(FpSpread1);
FarPoint.Web.Spread.DefaultSkins.Classic.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

Reference

DefaultSkins Class
DefaultSkins Members

 

 


Copyright © GrapeCity, inc. All rights reserved.