Skip to main content

append_cf_cellis_rule

Function append_cf_cellis_rule 

Source
pub fn append_cf_cellis_rule(
    sheet: &mut Worksheet,
    sqref: &str,
    operator: ConditionalFormattingOperatorValues,
    formula_value: &str,
    dxf_style: Style,
) -> i32
Expand description

Append a cellIs conditional formatting rule for sqref.

Returns the priority assigned to the new rule.