_Application.DeleteChartAutoFormat(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a custom chart autoformat from the list of available chart autoformats.
public:
void DeleteChartAutoFormat(System::String ^ Name);
public void DeleteChartAutoFormat (string Name);
Public Sub DeleteChartAutoFormat (Name As String)
Parameters
- Name
- String
Required String. The name of the custom autoformat to be removed.