MindFusion.Wpf Pack Programmer's Guide
VisioExporter.ExportTablesAsGroups Property
See Also
 





Gets or sets a value indicating whether TableNode objects should be exported as groups of Visio rectangular shapes.

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

 Syntax

C#  Copy Code

public bool ExportTablesAsGroups { get; set; }

Visual Basic  Copy Code

Public Property ExportTablesAsGroups As Boolean

 Property Value

Visio table entities cannot display cells in multiple columns. If your diagrams contain tables having more than two columns, consider enabling this property. Then VisioExporter would create a rectangular shape for each cell, and group the cells of each table into a Visio compound shape corresponding to the table.

 See Also

VisioExporter Members
VisioExporter Class
MindFusion.Diagramming.Wpf.Export Namespace