Click or drag to resize

ExcelTableReaderGetTables Method

Gets the tables of all worksheets in the document.

Namespace:  MicaSystems.Utils.Excel
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public List<XLTable> GetTables()

Return Value

Type: ListXLTable
ListT
See Also