remove method

bool remove(
  1. ExcelTable table
)

Removes a table from the worksheet.

Implementation

bool remove(ExcelTable table) {
  return _tableCollection.remove(table);
}