Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleItem Class / CellStyle Property


In This Topic
    CellStyle Property
    In This Topic
    Gets or sets a CellStyle that is applied to the Cell when the condition matches.
    Syntax
    'Declaration
     
    
    Public Overridable Property CellStyle As AppearanceStyleInfo
    'Usage
     
    
    Dim instance As ConditionalStyleItem
    Dim value As AppearanceStyleInfo
     
    instance.CellStyle = value
     
    value = instance.CellStyle
    public virtual AppearanceStyleInfo CellStyle {get; set;}

    Property Value

    A CellStyle that is applied to the Cell when the condition matches.
    See Also