IronCalc Node.js
    Preparing search index...

    Interface ConditionalFormattingView

    A CF rule plus its storage index in the worksheet's rule list, returned by getConditionalFormattingList. The list is sorted by priority (descending), so index — not the array position — must be used to address a rule in getDxfForConditionalFormatting / updateConditionalFormatting / deleteConditionalFormatting / raiseConditionalFormattingPriority / lowerConditionalFormattingPriority.

    interface ConditionalFormattingView {
        cf_rule: CfRule;
        index: number;
        priority: number;
        range: string;
    }
    Index
    cf_rule: CfRule
    index: number
    priority: number
    range: string