add_delete_table_row_request: Add a delete table row request
Description
Deletes a row from a table.
Usage
add_delete_table_row_request(
google_slides_request = NULL,
table_object_id,
row_index,
column_index
)
Arguments
google_slides_request
(Optional) A Google Slides Request object which is used to manage requests to the API
table_object_id
The table to delete a row from.
column_index
The 0-based column index.