Aspose::Cells::Pivot::PivotTableFormatCollection::FormatArea method

PivotTableFormatCollection::FormatArea method

Formats selected area.

PivotTableFormat Aspose::Cells::Pivot::PivotTableFormatCollection::FormatArea(PivotFieldType axisType, int32_t fieldPosition, PivotFieldSubtotalType subtotalType, PivotTableSelectionType selectionType, bool isGrandRow, bool isGrandColumn, const Style &style)
ParameterTypeDescription
axisTypePivotFieldTypeThe region of the PivotTable to which this rule applies.
fieldPositionint32_tPosition of the field within the axis to which this rule applies.
subtotalTypePivotFieldSubtotalTypeThe subtotal filter type of the pivot field
selectionTypePivotTableSelectionTypeIndicates how to select data.
isGrandRowboolIndicates whether selecting grand total rows.
isGrandColumnboolIndicates whether selecting grand total columns.
styleconst Style&The style which appies to the area of the pivot table.

ReturnValue

See Also