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


Represents a custom style, an object that can be used to set style information for other objects.

Object Model







Syntax

Visual Basic (Declaration) 
Public Class NamedStyle 
   Inherits StyleInfo
   Implements ICanSerializeXmlISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As NamedStyle
C# 
public class NamedStyle : StyleInfo, ICanSerializeXmlISerializeSupport  

Remarks

For more information on creating styles for cells, refer to Creating and Applying a Style for Cells.

Inheritance Hierarchy

System.Object
   FarPoint.Win.Spread.StyleInfo
      FarPoint.Win.Spread.NamedStyle

See Also