Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultSkins Class / Skins Field
Example


In This Topic
    Skins Field
    In This Topic
    Array of SheetSkin objects that contains the built-in skins.
    Syntax
    'Declaration
     
    
    Public Shared Skins As SheetSkin()
    'Usage
     
    
    Dim value() As SheetSkin()
     
    value = DefaultSkins.Skins
     
    DefaultSkins.Skins = value
    public static SheetSkin[] Skins

    Field Value

    SheetSkin object containing the skin
    Example
    This example applies each skin to the sheet in the component.
    See Also