ISDBTree::SortChildren
From MMWiki
Revision as of 20:02, 23 February 2009; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
CoClass SDBTree, Interface ISDBTree
Sub SortChildren(Node As SDBTreeNode)
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| Node | SDBTreeNode | Parent node of nodes to be sorted. |
[edit]
Method description
Sorts children of given node according to the order they should appear (not always alphabetically).
