Spread ASP.NET 6.0 Product Documentation
SheetSkin Class
Members  See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SheetSkin Class


Glossary Item Box

Represents a skin, which provides style settings for a sheet.

Object Model

SheetSkin ClassBackground ClassBackground ClassBackground Class

Syntax

Visual Basic (Declaration) 
Public Class SheetSkin 
   Implements FarPoint.Web.Spread.Model.ISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As SheetSkin
C# 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.