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.
|
const int NONE
const int ALL
const int ROW
const int COLUMN