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
C# Copy Code |
---|
public bool ExportTablesAsGroups { get; set; } |
Visual Basic Copy Code |
---|
Public Property ExportTablesAsGroups As Boolean |
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.