Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

InsertFirst Method, ItemCollectionClass Class

Inserts a new item at the start of the item collection.

Class: ItemCollectionClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public ItemClass InsertFirst();
Public Function InsertFirst() As ItemClass

Return Value

The new item.

Comments

Inserts a new item at the start of the item collection.

See Also ItemCollectionClass Class | Classes | SftTree/NET 2.0