You are here: All Help Topics > Other Information > Action Events > Delete column

Delete Column Action

Deletes a specified column from an existing table.

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 column

Table column to delete (Starting at 1)

2

Number of columns to delete

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

 

ACTION("DeleteColumn", expr1, expr2, expr3)

Where

expr1 = entry under Table

expr2 = entry under Delete Column

expr3 = entry under Number of Columns to delete

ACTION("DeleteColumn", "ABC", 2)

Deletes the second column in table ABC.

  • This event deletes columns from the starting column specified to the end of the table for the number of columns specified.

Related Topics