Inserts a new item as the first sibling of this item.
Class: ItemClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public ItemClass InsertFirst();
Public Function InsertFirst() As ItemClass
The new item.
Inserts a new item as the first sibling of this item.
In other words, InsertFirst inserts a new item as the parent's first dependent.
See Also ItemClass Class | Classes | SftTree/NET 2.0