You are here: Other Information > Action Events > Delete row

Delete Row Action

Event Function: DeleteRow

The Delete Row action deletes a specified row from an existing table.

Using the Events tab

Under Enter Example

Run Skip Condition

If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed.

 

Table

Table label

"ABC"

Delete Row

Table row to delete (Starting at 1)

2

Number of rows to delete

The total number of rows to delete. The default is 1.

1

Syntax (if entering it in the Equation bar)

ACTION("DeleteRow", expr1,expr2)

Where

expr1 = entry under Table

expr2 = entry under Delete Row

expr3 = number or rows to delete

How the example will appear in the Equation bar

ACTION("DeleteRow", "ABC", 2)

Deletes the second row in table ABC.

Notes

Related Topics

comments powered by Disqus