java.lang.Object
com.aspose.cells.PivotConditionFormatScopeType
public class PivotConditionFormatScopeType
| Field Summary | ||
|---|---|---|
static final int | DATA | |
| Indicates that conditional formatting is applied to the selected data fields. | ||
static final int | FIELD | |
| Indicates that conditional formatting is applied to the selected PivotTable field intersections. | ||
static final int | SELECTION | |
| Indicates that conditional formatting is applied to the selected cells. | ||
| Field Detail |
|---|
DATA | |
public static final int DATA | |
FIELD | |
public static final int FIELD | |
SELECTION | |
public static final int SELECTION | |