Share via


_Chart.Export Method

Exports the chart in a graphic format.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function Export ( _
    Filename As String, _
    FilterName As Object, _
    Interactive As Object _
) As Boolean
'Usage
Dim instance As _Chart
Dim Filename As String
Dim FilterName As Object
Dim Interactive As Object
Dim returnValue As Boolean

returnValue = instance.Export(Filename, _
    FilterName, Interactive)
bool Export(
    string Filename,
    Object FilterName,
    Object Interactive
)

Parameters

  • Filename
    Type: System.String

    Required String. The name of the exported file.

  • FilterName
    Type: System.Object

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

  • Interactive
    Type: System.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.

Return Value

Type: System.Boolean

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace