asposecells.api

Class PivotConditionFormatScopeType

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

Field Summary
const  intDATA
Indicates that conditional formatting is applied to the selected data fields.
const  intFIELD
Indicates that conditional formatting is applied to the selected PivotTable field intersections.
const  intSELECTION
Indicates that conditional formatting is applied to the selected cells.
 

    • Field Detail

      • DATA

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

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

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