VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / moveRange Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    moveRange Метод
    В этом разделе
    Removes images at specified indexes and inserts them at specified index.
    Синтаксис
    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(
    insertIndex
    The zero-based index at which the images should be inserted.
    : number,
    indexes
    An 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.
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Смотрите также