Aspose::Cells::Pivot::PivotTable::Format method

PivotTable::Format(const PivotArea&, const Style&) method

Formats selected area of the PivotTable.

void Aspose::Cells::Pivot::PivotTable::Format(const PivotArea &pivotArea, const Style &style)
ParameterTypeDescription
pivotAreaconst PivotArea&
styleconst Style&

See Also

PivotTable::Format(int32_t, int32_t, const Style&) method

Format the cell in the pivottable area.

void Aspose::Cells::Pivot::PivotTable::Format(int32_t row, int32_t column, const Style &style)
ParameterTypeDescription
rowint32_tRow Index of the cell
columnint32_tColumn index of the cell
styleconst Style&Style which is to format the cell

See Also