tableCollection property
ExcelTableCollection
get
tableCollection
Get a collection of tables in the worksheet. Read-only.
Implementation
ExcelTableCollection get tableCollection {
_tableCollection ??= ExcelTableCollection(this);
return _tableCollection!;
}