Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultSkins Class / Office2016White Property
Example


In This Topic
    Office2016White Property
    In This Topic
    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.
    See Also