MoveDown method
Description | Move down into the current branch. |
Syntax | MoveDown (Branch As String)Branch — String specifying name of sub-branch to move to. An error is generated if string is not a valid sub-branch. |
Example | '/* Move to selected sub-branch MyOPCBrowser.MoveDown(sSubBranch) |
Provide Feedback