Spread for ASP.NET 8.0 Product Documentation
SheetSkin Class
Members 


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
public class SheetSkin : FarPoint.Web.Spread.Model.ISerializeSupport  
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

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetSkin Members
FarPoint.Web.Spread Namespace
DefaultSkins Class
ActiveSkin Property

User-Task Documentation

Applying a Skin to a Sheet
Creating a Skin for Sheets

 

 


Copyright © GrapeCity, inc. All rights reserved.