Spread WPF 18
GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / StopIfTrue Property


In This Topic
    StopIfTrue Property
    In This Topic
    Gets or sets a System.Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to true.
    Syntax
    'Declaration
     
    Property StopIfTrue As Boolean
    'Usage
     
    Dim instance As IFormatCondition
    Dim value As Boolean
     
    instance.StopIfTrue = value
     
    value = instance.StopIfTrue
    bool StopIfTrue {get; set;}

    Property Value

    false if if additional formatting rules on the cell should be evaluated; otherwise, true.
    See Also