MindFusion.Wpf Pack Programmer's Guide
ExcelExporter.Export Method (DiagramDocument, String)
See Also
 





Creates an XLSX file representing the specified DiagramDocument.

Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.ExcelExport

 Syntax

C#  Copy Code

public void Export (
    DiagramDocument document,
    string filePath
)

Visual Basic  Copy Code

Public Sub Export( _
    document As DiagramDocument, _
    filePath As String _
)

 Parameters

document

A reference to the DiagramDocument that will be exported.

filePath

The full path to the XLSX file.

 See Also

Export Method Overload List
ExcelExporter Members
ExcelExporter Class
MindFusion.Diagramming.Wpf.Export Namespace