PivotTable.Format

Format(PivotArea, Style)

Formats selected area of the PivotTable.

public void Format(PivotArea pivotArea, Style style)
ParameterTypeDescription
pivotAreaPivotArea
styleStyle

See Also


Format(int, int, Style)

Format the cell in the pivottable area

public void Format(int row, int column, Style style)
ParameterTypeDescription
rowInt32Row Index of the cell
columnInt32Column index of the cell
styleStyleStyle which is to format the cell

See Also