insert Method

Summary

Inserts an item into this collection at the specified index.

Syntax

JavaScript Syntax
AnnBatesStampCollection.prototype.insert = function( 
   index, 
   item 
) 
TypeScript Syntax
insert( 
   index: number, 
   item: AnnBatesStamp 
): void; 

Parameters

index

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

item

The item to insert at the specified index.

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.Documents Assembly