ASPxClientUtils.ArrayRemoveAt(array, index) Method
Removes an item at the specified index location from the specified array object.
Declaration
static ArrayRemoveAt(
array: any[],
index: number
): void
Parameters
Name | Type | Description |
---|---|---|
array | any[] | An object that specifies the array to manipulate. |
index | number | The zero-based index location of the array item to remove. |
See Also