insertItemRange Method

Summary

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

Syntax
TypeScript
JavaScript
AnnRoles.prototype.insertItemRange = function( 
   index, 
   items 
) 
insertItemRange( 
   index: number, 
   items: string[] 
): 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 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.