ISDBTree::SortChildren: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				mNo edit summary  | 
				||
| Line 1: | Line 1: | ||
{{MethodDeclaration|SDBTree|ISDBTree|Sub SortChildren(Node As SDBTreeNode)}}  | {{MethodDeclaration|SDBTree|ISDBTree|Sub SortChildren(Node As [[SDBTreeNode]])}}  | ||
===Parameters===  | ===Parameters===  | ||
Revision as of 02:11, 26 December 2007
CoClass SDBTree, Interface ISDBTree
Sub SortChildren(Node As SDBTreeNode)
Parameters
| Name | Type | Description | 
|---|---|---|
| Node | SDBTreeNode | Parent node of nodes to be sorted. | 
Method description
Sorts children of given node according to the order they should appear (not always alphabetically).