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


In This Topic
    StyleInfo Class
    In This Topic
    Represents the set of cell-level style settings for objects.
    Object Model
    StyleInfo ClassIBorder InterfaceCellPadding ClassICellType InterfaceIEditor InterfaceIFormatter InterfaceIRenderer Interface
    Syntax
    'Declaration
     
    Public Class StyleInfo 
       Inherits GrapeCity.Spreadsheet.Win.BaseStyleInfo
       Implements FarPoint.Win.ICanSerializeXmlFarPoint.Win.ISerializeSupport 
    'Usage
     
    Dim instance As StyleInfo
    public class StyleInfo : GrapeCity.Spreadsheet.Win.BaseStyleInfo, FarPoint.Win.ICanSerializeXmlFarPoint.Win.ISerializeSupport  
    Remarks

    Represents the object for getting, setting, and composing cell-level style settings for a cell, column, row, or style model default.

    This object is treated as a structure for the purposes of equality comparison.

    Inheritance Hierarchy

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

    See Also