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
Related
Last updated