Spread for ASP.NET 9.0 Product Documentation
Office2016White Property
Example 


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