SheetXL - v0.3.20
    Preparing search index...

    Options for adding a IConditionalFormat.

    interface AddOptions {
        autoSelect?: boolean | ITypes.SelectOptions;
        description?: string;
        formulas?: string[];
        priority?: number;
        stopIfTrue?: boolean;
        style?: IStyle.Properties;
        type: IConditionalFormat.Type;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoSelect?: boolean | ITypes.SelectOptions

    If true or set then this will select the affect item after the transaction is complete.

    If this is set to true then any restore will also select.

    description?: string

    A human description.

    'determined by the set operation and locale'
    
    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.