_Application.AddChartAutoFormat(Object, String, Object) Method

Definition

Adds a custom chart autoformat to the list of available chart autoformats.

public void AddChartAutoFormat (object Chart, string Name, object Description);
Public Sub AddChartAutoFormat (Chart As Object, Name As String, Optional Description As Object)

Parameters

Chart
Object

Required Object. A chart that contains the format that will be applied when the new chart autoformat is applied.

Name
String

Required String. The name of the autoformat.

Description
Object

Optional Object. A description of the custom autoformat.

Applies to