Delete a Row from the Table

Delete a row from the table of an Excel sheet.

This procedure is part of the Excel Book (BDK). To use this book, you must first learn it in your agent.

Input Concepts

Concept
Description
Type
Required

table

The reference to the Excel table.

excel table reference

Yes

row

The reference to the row to delete.

excel row reference

Yes

Examples

Delete a row from the table of an Excel sheet.

get the first table
use the above as the table
get the first row
use the above as the row
delete the row from the table

Last updated

Was this helpful?