_Chart.Export(String, Object, Object) Method

Definition

Exports the chart in a graphic format.

public bool Export (string Filename, object FilterName, object Interactive);
Public Function Export (Filename As String, Optional FilterName As Object, Optional Interactive As Object) As Boolean

Parameters

Filename
String

Required String. The name of the exported file.

FilterName
Object

Optional Object. The language-independent name of the graphic filter as it appears in the registry.

Interactive
Object

Optional Object. True to display the dialog box that contains the filter-specific options. If this argument is False, Microsoft Excel uses the default values for the filter. The default value is False.

Returns

Applies to