SheetXL - v0.3.20
    Preparing search index...

    A set of values that can be set on a IConditionalFormat.

    interface Properties {
        formulas?: string[];
        priority?: number;
        stopIfTrue?: boolean;
        style?: IStyle.Properties;
        type: IConditionalFormat.Type;
    }

    Hierarchy (View Summary)

    Index

    Properties

    formulas?: string[]

    Use for evaluating. The number of formula is operator dependent.

    priority?: number

    Default will be the order these are added.

    stopIfTrue?: boolean
    false
    

    A conditional format must have 1 only 1 of the following properties set.

    The type of conditional formatting rule.