Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CombinedStyleInfo Class
Members


In This Topic
    CombinedStyleInfo Class
    In This Topic
    Represents a special AppearanceStyleInfo that combines several cell style effects to generate a new CellStyle object.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class CombinedStyleInfo 
       Inherits AppearanceStyleInfo
       Implements FarPoint.Win.ICanSerializeXml, FarPoint.Win.ISerializeSupport 
    'Usage
     
    
    Dim instance As CombinedStyleInfo
    Remarks

    This class allows you to combine two or more existing AppearanceStyleInfos without having to set properties one by one. You can combine any type of AppearanceStyleInfo including the CombinedStyleInfo itself.

    Be careful not to create a circular reference style or there may be unexpected results.
    Inheritance Hierarchy

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

    See Also