Search
VisioExporter.ExportTablesAsGroups Property
See Also
 



Specifies whether FlowChartX tables should be exported as groups of Visio rectangular shapes.

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code

Public Property Get ExportTablesAsGroups() As Boolean
Public Property Let ExportTablesAsGroups( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_ExportTablesAsGroups ()
void put_ExportTablesAsGroups (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Visio table entities cannot display cells in multiple columns. If your FlowChartX diagrams contains tables having more than two columns, consider enabling this property. If it is set to true, VisioExporter creates a rectangular shape for each cell, and group the cells of each table into a Visio compound shape corresponding to the table.

 See Also