MobileForms Toolkit Documentation

NodeCollection.Insert Method 

Inserts an element into the NodeCollection at the specified index.

public void Insert(
int index,
Node node
);

Parameters

index
The zero-based index at which value should be inserted.
node
The Node to insert.

See Also

NodeCollection Class | Resco.Controls.AdvancedTree Namespace