The DeleteItem function removes the item with its cells.
Syntax
Table.DeleteItem(
Integer index,
Integer count = 1)
Integer index,
Integer count = 1)
Parameters
| index | Index of the item. | Required |
|---|---|---|
| count | Number of items to delete. | Optional |
Return value
The DeleteItem function has no return values.
Example
// Delete the first item
myTable.DeleteItem(0)
myTable.DeleteItem(0)