Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ActiveSkin Property
Example


In This Topic
    ActiveSkin Property
    In This Topic
    Gets or sets the current active skin.
    Syntax
    'Declaration
     
    
    Public Property ActiveSkin As SheetSkin
    'Usage
     
    
    Dim instance As SheetView
    Dim value As SheetSkin
     
    instance.ActiveSkin = value
     
    value = instance.ActiveSkin
    public SheetSkin ActiveSkin {get; set;}

    Property Value

    SheetSkin object containing the skin
    Remarks

    This property is available at run time only.

    The skin defines the appearance of the sheet. For more information on applying built-in skins or creating your own, refer to Applying a Skin to a Sheet and Creating a Custom Skin.

    Example
    This example assigns the Classic2 skin to the sheet.
    See Also