Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class
Members


In This Topic
    SheetSkin Class
    In This Topic
    Represents a skin, which provides style settings for a sheet.
    Object Model
    SheetSkin ClassBackground ClassContextMenuStyle ClassBackground ClassBackground Class
    Syntax
    'Declaration
     
    
    Public Class SheetSkin 
       Implements FarPoint.Web.Spread.Model.ISerializeSupport 
    'Usage
     
    
    Dim instance As SheetSkin
    Remarks

    This class represents a skin, the style settings such as the background color, text color, header colors, etc. that can be applied to the entire sheet. This is the class to use to create your own custom skin, with values of the various style settings that you choose.

    To use the pre-defined (or default) skins, use the members of the DefaultSkins class.

    To set the active skin for a sheet, use the SheetView ActiveSkin property

    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.

    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.SheetSkin

    See Also