In This Topic
Removes the specified item from the collection.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);
var value; // Type: any
// Parameters
var index; // Type: number
value = instance.removeItemAt(index);
function removeItemAt(
: number
) : any;
Parameters
- index
- The zero-based index of item which should be removed.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if index is less than zero or index is equal to or greater than collection length. |
Browser Compatibility
See Also