Field Summary | ||
---|---|---|
const Number | NONE | |
Indicates that Top N conditional formatting is not evaluated | ||
const Number | ALL | |
Indicates that Top N conditional formatting is evaluated across the entire scope range. | ||
const Number | ROW | |
Indicates that Top N conditional formatting is evaluated for each row. | ||
const Number | COLUMN | |
Indicates that Top N conditional formatting is evaluated for each column. |
Field Detail |
---|
NONE | |
const Number NONE |
ALL | |
const Number ALL |
ROW | |
const Number ROW |
COLUMN | |
const Number COLUMN |