|
|
|
|
InsertLast Method, ItemClass Class |
Inserts a new item as the last sibling of this item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Function InsertLast() As ItemClass |
C# |
public ItemClass InsertLast(); |
C++ |
public: ItemClass^ InsertLast(); |
Return Value
The new item.
Comments
The InsertLast method inserts a new item as the last sibling of this item.
In other words, InsertLast inserts a new item as the parent's last dependent.