aspose.cells

Class PivotConditionFormatScopeType

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

Field Summary
const  NumberDATA
Indicates that conditional formatting is applied to the selected data fields.
const  NumberFIELD
Indicates that conditional formatting is applied to the selected PivotTable field intersections.
const  NumberSELECTION
Indicates that conditional formatting is applied to the selected cells.
 

    • Field Detail

      • DATA

        const Number DATA
        Indicates that conditional formatting is applied to the selected data fields.
      • FIELD

        const Number FIELD
        Indicates that conditional formatting is applied to the selected PivotTable field intersections.
      • SELECTION

        const Number SELECTION
        Indicates that conditional formatting is applied to the selected cells.