QueryDeleteRow
This function deletes a row from the query
Method Signature
Arguments
Argument
Type
Required
Description
Default
query
query
true
The query to delete the row from
row
integer
true
The row index to delete
Examples
Implicit deletion of the last row
Builds a simple query and removes the last row by not specifying a row index.
Result: Dewey defeats Truman
Deletes a specific row from the query
Builds a simple query and removes one of the rows.
Result: Man walks on Moon
Additional Examples
Related
Last updated
Was this helpful?