AddAt Method
Adds a TreeNodeType to the TreeNodeTypeCollection at a specified index.
Syntax
Visual Basic Public Sub
AddAt(
ByVal iIndex As int,
ByVal oNodeType As TreeNodeType
)C# public void
AddAt(
int iIndex,
TreeNodeType oNodeType
);Managed C++ public: void
AddAt(
int iIndex,
TreeNodeType oNodeType
);JScript public function
AddAt(
iIndex : int,
oNodeType : TreeNodeType
);
Parameters
iIndex Required. int. The index at which to add the TreeNodeType. oNodeType Required. TreeNodeType object to add to the collection.
Return Value
No return value.
Applies To
TreeNodeTypeCollection
See Also
Internet Explorer WebControls, About the TreeView WebControl