Deleting rows

The steps to delete a row are simpler than inserting or updating rows.

The following procedure deletes a row.

To delete a row
  1. Move to the row you want to delete.

  2. Execute the Table.Delete method.

    tbl.Delete();