insertRange(number,Vintasoft.Shared.WebImageJS[]) Метод
В этом разделе
Inserts images into collection at the specified index.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var index; // Type: number
var images; // Type: WebImageJS[]
value = instance.insertRange(index, images);
function insertRange(
: number,
: WebImageJS[]
) : any;
Parameters
- index
- The zero-based index at which image should be inserted.
- images
- An array of WebImageJS objects.
Исключения
Исключение | Описание |
| Thrown if arguments have wrong types. |
| Thrown if index is less than zero or index is greater than collection length. |
| Thrown if image already exists in collection. |
Смотрите также