ExcelTableCollection constructor
ExcelTableCollection(
- Worksheet worksheet
Create a instances of tables collection.
Implementation
ExcelTableCollection(Worksheet worksheet) {
_sheet = worksheet;
_tableCollection = <ExcelTable>[];
}