Gets or sets a value indicating whether NetDiagram TableNode objects should be exported as groups of Visio rectangular shapes.
Namespace: MindFusion.Diagramming.Export
Package: 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 NetDiagram 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.