Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
addRange Method
Add an array of nodes to the nodes collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addRange(
: {Any}[],
: int
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfNodeCollection.addRange({Any}[],int); |
Parameters
- nodeArray
- Array of DataTreeNodes.
- index
- Specify the index at which the nodes will be added. If -1 they will be appended.
See Also