Spread for ASP.NET 10 Product Documentation
Office2016Colorful Property
Example 


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