Spread for ASP.NET 8.0 Product Documentation
Office2013 Property
Example 


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