Skip to content
Sheetwrite

Sheetwrite / Documentation

ConditionalFormatRule@sheetwrite/core

Ordered condition and style applied to a cell range.

Ordered condition and style applied to a cell range.

Members 3

range
range: Range;
when
when: ConditionalFormatPredicate;
style
style: CellStyle;

Declaration

View full TypeScript declaration
export interface ConditionalFormatRule {
range: Range;
when: ConditionalFormatPredicate;
style: CellStyle;
}