public class PivotTableFormatCollection extends CollectionBase
| Modifier and Type | Method and Description |
|---|---|
int |
add()
Add a
PivotTableFormat. |
PivotTableFormat |
formatArea(int axisType,
int fieldPosition,
int subtotalType,
int selectionType,
boolean isGrandRow,
boolean isGrandColumn,
Style style)
Formats selected area.
|
PivotTableFormat |
get(int index)
Gets the format by the index.
|
public PivotTableFormat get(int index)
get in class CollectionBaseindex - The index.public int add()
PivotTableFormat.public PivotTableFormat formatArea(int axisType, int fieldPosition, int subtotalType, int selectionType, boolean isGrandRow, boolean isGrandColumn, Style style)
axisType - PivotFieldType. The region of the PivotTable to which this rule applies.fieldPosition - Position of the field within the axis to which this rule applies.subtotalType - PivotFieldSubtotalType. The subtotal filter type of the pivot fieldselectionType - PivotTableSelectionType. Indicates how to select data.isGrandRow - Indicates whether selecting grand total rows.isGrandColumn - Indicates whether selecting grand total columns.style - The style which appies to the area of the pivot table.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.