Spread Windows Forms 12.0 Product Documentation
CombinedStyleInfo Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : CombinedStyleInfo Class
Represents a special AppearanceStyleInfo that combines several cell style effects to generate a new CellStyle object. This class cannot be inherited.
Object Model
CombinedStyleInfo ClassAppearanceStyleCollection ClassAppearanceStyleInfo Class
Syntax
'Declaration
 
Public NotInheritable Class CombinedStyleInfo 
   Inherits AppearanceStyleInfo
   Implements FarPoint.Win.ICanSerializeXmlFarPoint.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
      FarPoint.Win.Spread.StyleInfo
         FarPoint.Win.Spread.AppearanceStyleInfo
            FarPoint.Win.Spread.CombinedStyleInfo

See Also

Reference

CombinedStyleInfo Members
FarPoint.Win.Spread Namespace
AppearanceStyleInfo Class
DynamicStyleInfo Class
NamedAppearanceStyleInfo Class
ConditionalStyleInfo Class