Spread for ASP.NET 8.0 Product Documentation
Office2007 Property
Example 


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