insertRange Method

Summary

Inserts the items of the specified array to into this collection at the specified index.

Syntax

JavaScript Syntax
AnnAutomationObjects.prototype.insertRange = function( 
   index, 
   items 
) 
TypeScript Syntax
insertRange( 
   index: number, 
   items: AnnAutomationObject[] 
): void; // protected 

Parameters

index

The zero-based index at which the new items should be inserted.

items

The list whose items should be inserted into the collection.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly