Spread for ASP.NET 9.0 Product Documentation
Office2016DarkGray Property
Example 


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