Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IconSetConditionalFormattingRule Class / Reversed Property
Example


In This Topic
    Reversed Property
    In This Topic
    Gets or sets a value that indicates whether this 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.
    Example
    This example sets the Reversed property.
    See Also