remove method
Removes a table from the worksheet.
Implementation
bool remove(ExcelTable table) {
return _tableCollection.remove(table);
}
Removes a table from the worksheet.
bool remove(ExcelTable table) {
return _tableCollection.remove(table);
}