Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class
Members


In This Topic
    NamedStyle Class
    In This Topic
    Represents a custom style, an object that can be used to set style information for other objects.
    Object Model
    NamedStyle ClassIBorder InterfaceCellPadding ClassICellType InterfaceIEditor InterfaceIFormatter InterfaceIRenderer Interface
    Syntax
    'Declaration
     
    Public Class NamedStyle 
       Inherits StyleInfo
       Implements FarPoint.Win.ICanSerializeXmlFarPoint.Win.ISerializeSupport 
    'Usage
     
    Dim instance As NamedStyle
    Remarks

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

    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Win.BaseStyleInfo
          FarPoint.Win.Spread.StyleInfo
             FarPoint.Win.Spread.NamedStyle

    See Also