В этом разделе
Removes specified image from the collection.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var index; // Type: number
value = instance.removeAt(index);
function removeAt(
: number
) : any;
Parameters
- index
- The zero-based index of image which should be removed.
Исключения
Исключение | Описание |
| Thrown if argument has wrong type. |
| Thrown if index is less than zero or index is equal to or greater than collection length. |
Смотрите также