'Declaration Public Overloads Function Add( _ ByVal caption As String, _ ByVal linkTarget As C1LinkTarget _ ) As Integer
public int Add( string caption, C1LinkTarget linkTarget )
Parameters
- caption
- The caption of the node to add.
- linkTarget
- The C1LinkTarget associated with the node.
Return Value
The index of the newly added node in the current collection.