PivotTable.Format

Format(PivotArea, Style)

Formats selected area of the PivotTable.

public void Format(PivotArea pivotArea, Style style)
ParameterTypeDescription
pivotAreaPivotAreaThe selected pivot view area.
styleStyleThe formatted setting.

See Also


Format(CellArea, Style)

Formats selected area of the PivotTable.

public void Format(CellArea ca, Style style)
ParameterTypeDescription
caCellAreaThe range of the cells.
styleStyleThe style

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