asposecells.api

Class PivotConditionFormatRuleType

Utility class containing constants. Represents PivotTable condition formatting rule type.

Field Summary
const  intNONE
Indicates that Top N conditional formatting is not evaluated
const  intALL
Indicates that Top N conditional formatting is evaluated across the entire scope range.
const  intROW
Indicates that Top N conditional formatting is evaluated for each row.
const  intCOLUMN
Indicates that Top N conditional formatting is evaluated for each column.
 

    • Field Detail

      • NONE

        const int NONE
        Indicates that Top N conditional formatting is not evaluated
      • ALL

        const int ALL
        Indicates that Top N conditional formatting is evaluated across the entire scope range.
      • ROW

        const int ROW
        Indicates that Top N conditional formatting is evaluated for each row.
      • COLUMN

        const int COLUMN
        Indicates that Top N conditional formatting is evaluated for each column.