Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CombinedStyleInfo Class / Items Property


In This Topic
    Items Property (CombinedStyleInfo)
    In This Topic
    Gets a AppearanceStyleInfo collection that indicates which CellStyle object is combined.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As AppearanceStyleCollection
    'Usage
     
    
    Dim instance As CombinedStyleInfo
    Dim value As AppearanceStyleCollection
     
    value = instance.Items
    public AppearanceStyleCollection Items {get;}

    Property Value

    A AppearanceStyleCollection value that represents the combined CellStyle object.
    Remarks
    This property is used to manage a group of AppearanceStyleInfos. Any AppearanceStyleInfo or AppearanceStyleInfo derivative type can be added to this collection. If there are multiple AppearanceStyleInfos' and the same property has different values, the last effective AppearanceStyleInfo property is used as the final property value. If a specific property value is "inherit" or "empty" in all AppearanceStyleInfos in the collection, the property's final value is "inherit" or "empty". If the Items property has no item, all property values are "inherit" or "empty".
    See Also