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


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