Gets or sets a value indicating whether MindFusion.Diagramming TableNode objects should be exported as groups of Visio rectangular shapes.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Visio
C# Copy Code |
---|
public bool ExportTablesAsGroups { get; set; } |
Visual Basic Copy Code |
---|
Public Property ExportTablesAsGroups As Boolean |
true to export tables as groups; otherwise, false. The default is false.
Visio table entities cannot display cells in multiple columns. If your MindFusion.Diagramming diagrams contains tables having more than two columns, consider enabling this property. Then the 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.