Chart.Export Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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
- FilterName
Type: System.Object
- Interactive
Type: System.Object
Return Value
Type: System.Boolean