com.aspose.cells
Class PivotConditionFormatRuleType
java.lang.Object
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 int | NONE | |
Indicates that Top N conditional formatting is not evaluated
|
static final int | ALL | |
Indicates that Top N conditional formatting is
evaluated across the entire scope range.
|
static final int | ROW | |
Indicates that Top N conditional formatting is evaluated for each row.
|
static final int | COLUMN | |
Indicates that Top N conditional formatting is
evaluated for each column.
|
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.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.