com.aspose.cells

Class PivotConditionFormatScopeType

  • java.lang.Object
    • com.aspose.cells.PivotConditionFormatScopeType
public class PivotConditionFormatScopeType 
extends java.lang.Object

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

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

    • Field Detail

      • DATA

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

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

        public static final int SELECTION
        Indicates that conditional formatting is applied to the selected cells.