Chart.Export(String, Object, Object) 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.
Exports the chart in a graphic format. This method returns a Boolean value indicating whether the export was successful.
public bool Export (string FileName, object FilterName, object Interactive);
abstract member Export : string * obj * obj -> bool
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 ObjectTrue to display the dialog box that contains the filter-specific options. If this argument is False, Microsoft Word uses the default values for the filter. The default value is False.
Returns
Boolean