Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

SetItem Method

Show in webframe
The 0-based index of the item to replace.
The new value of the item.
Replaces the item at the specified index.
Syntax
 function Leadtools.LeadCollection.setItem( 
   index ,
   item 
)

Parameters

ParameterTypeDescription
indexintThe 0-based index of the item to replace.
itemobjectThe new value of the item.
Remarks

This method raises the CollectionChanged event with Replace action.

Notes to Inheritors

Derived classes can override this method to change the behavior of the Set method.

See Also

Reference

LeadCollection Object
LeadCollection Members

Error processing SSI file