aspose.cells

Class PivotConditionFormatRuleType

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

Field Summary
const  NumberNONE
Indicates that Top N conditional formatting is not evaluated
const  NumberALL
Indicates that Top N conditional formatting is evaluated across the entire scope range.
const  NumberROW
Indicates that Top N conditional formatting is evaluated for each row.
const  NumberCOLUMN
Indicates that Top N conditional formatting is evaluated for each column.
 

    • Field Detail

      • NONE

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

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

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

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