Creates an XLSX file representing the specified DiagramDocument.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Excel
SyntaxC#
Copy Code
|
|---|
public void Export ( |
Visual Basic
Copy Code
|
|---|
Public Sub Export( _ |
A reference to the DiagramDocument that will be exported.
The full path to the XLSX file.
See Also