ClearFormats method (Excel Graph)

Clears the formatting of the object.

Syntax

expression.ClearFormats

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example clears all formatting from cells A1:G37 on the datasheet.

myChart.Application.DataSheet.Range("A1:G37").ClearFormats

This example clears the formatting from the chart.

myChart.ChartArea.ClearFormats

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.