Spread for ASP.NET 11 Product Documentation
Office2016DarkGray Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DefaultSkins Class : Office2016DarkGray Property
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)
See Also

Reference

DefaultSkins Class
DefaultSkins Members