var instance = new Vintasoft.Shared.WebImageCollectionJS(); var value; // Type: number // Parameters var insertIndex; // Type: number var indexes; // Type: number[] value = instance.moveRange(insertIndex, indexes);
function moveRange(
insertIndexThe zero-based index at which the images should be inserted.: number,
indexesAn array that contains indexes of images that must be moved.: number[]
) : number;
Parameters
- insertIndex
- The zero-based index at which the images should be inserted.
- indexes
- An array that contains indexes of images that must be moved.
Return Value
The zero-based index at which the images has been inserted.