Spread WPF 17
GrapeCity.Excel Namespace / IExcelConditionalFormatRule Interface / StopIfTrue Property


In This Topic
    StopIfTrue Property (IExcelConditionalFormatRule)
    In This Topic
    Flag indicates whether apply other lower priority rules when this rule evaluates to true.
    Syntax
    'Declaration
     
    Property StopIfTrue As Boolean
    'Usage
     
    Dim instance As IExcelConditionalFormatRule
    Dim value As Boolean
     
    instance.StopIfTrue = value
     
    value = instance.StopIfTrue
    bool StopIfTrue {get; set;}

    Property Value

    true if don't apply lower priority rules when this rule evaluates to true; otherwise, false.
    See Also