ASP.NET Ajax Javascript (Specification) | |
---|---|
function insertPage( index : number(Integer), page : ImGearPage ) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearPageCollection.insertPage(number(Integer),ImGearPage); |
Parameters
- index
- The zero-based index in the page collection where the page is to be inserted.
- page
- The page to be inserted in the collection.