Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconSetConditionalFormattingRule Class / Reversed Property


In This Topic
    Reversed Property
    In This Topic
    Gets or sets a value that indicates whether IconSetConditionalFormattingRule is reversed.
    Syntax
    'Declaration
     
    
    Public Property Reversed As Boolean
    'Usage
     
    
    Dim instance As IconSetConditionalFormattingRule
    Dim value As Boolean
     
    instance.Reversed = value
     
    value = instance.Reversed
    public bool Reversed {get; set;}

    Property Value

    true if reversed; otherwise, false.
    Remarks
    This property is deprecated
    See Also