ISDBTree::PreviousSiblingNode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
Returns previous tree node on the same level. | Returns previous tree node on the same level. | ||
If there is no such node, the function will return ''Nothing''. | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 19:02, 12 February 2008
CoClass SDBTree, Interface ISDBTree
Property Get PreviousSiblingNode(Node As SDBTreeNode) As SDBTreeNode
Parameters
Name | Type | Description |
---|---|---|
Node | SDBTreeNode |
Property description
Returns previous tree node on the same level.
If there is no such node, the function will return Nothing.