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