Search
Table.RemoveFromContainer Method
See Also
 



( a feature of FlowChartX Pro edition)

Removes this table from its container.

 Syntax

VB6  Copy Code

Public Sub RemoveFromContainer ()

C++  Copy Code

public:
void RemoveFromContainer ()

 Remarks

Removes the table from its container. If the table is not in a container, this method does not have any effect.

 See Also