addObject Method
Adds the specified item to the collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addObject(
: Integer,
: String,
: Object
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfCollectionsManager.addObject(Integer,String,Object); |