TableBox.Expand
Syntax:
Parameters:
<Row> (required)
<WithSubordinates> (optional)
You can use it to specify if it is necessary to open subordinate nodes. True - open subordinate nodes, False - not to open subordinate nodes.
Default value: False.
Description:
Availability:
Note:
Example:
// Expand current line in a tree: Line = Controls.TableBox.CurrentRow; Controls.TableBox.Expand(Line, True); |