com.aspose.cells
Class PivotConditionFormatRuleType

java.lang.Object
    extended by com.aspose.cells.PivotConditionFormatRuleType

public class PivotConditionFormatRuleType 
extends java.lang.Object

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

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

Field Detail

NONE

public static final int NONE
Indicates that Top N conditional formatting is not evaluated

ALL

public static final int ALL
Indicates that Top N conditional formatting is evaluated across the entire scope range.

ROW

public static final int ROW
Indicates that Top N conditional formatting is evaluated for each row.

COLUMN

public static final int COLUMN
Indicates that Top N conditional formatting is evaluated for each column.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.