FarPoint.Win.Spread
SheetSkin Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : SheetSkin Class


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

Syntax

Visual Basic (Declaration) 
Public Class SheetSkin 
   Implements ISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As SheetSkin
C# 
public class SheetSkin : ISerializeSupport  

Remarks

A skin applies appearance settings to an entire sheet. For more information on creating and applying a skin, refer to Creating a Custom Skin for a Sheet and Applying a Built-in Skin to a Sheet.

Inheritance Hierarchy

System.Object
   FarPoint.Win.Spread.SheetSkin

See Also