Search
Table.Expand Method
See Also
 



Expands the tree branch that starts from this table.

 Syntax

C#  Copy Code

public virtual void Expand ()

Visual Basic  Copy Code

Public Overridable Sub Expand ()

 Remarks

Displays table's child-objects that were previously hidden using Collapse. If the flowchart RecursiveExpand property is set to false then only the first level of descendants will be redisplayed. Otherwise the whole hierarchy starting from this table will be expanded.

 See Also