Xbasic
helper::GoogleSheetEmptyTable Method
Syntax
EmptyTable as L(tablename as C)
Arguments
- tablenameCharacter
Returns
- resultLogical
Description
The EmptyTable method clears all data from a specified Google Sheet table.
Discussion
Use this method to quickly empty the contents of a table in a Google Sheet without deleting the sheet itself.
Example