Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

DefaultSkins Class
DefaultSkins Members

 

 


Copyright © GrapeCity, inc. All rights reserved.