GetTableTree
Returns an ITableTree object representing the tree of the available tables in the report opened in the specified Excel workbook.
Signature
GetTableTree(in workbook:Microsoft.Office.Interop.Excel.Workbook) -> ITableTree |
Parameters
Name | Type | Description |
---|---|---|
workbook | Microsoft.Office.Interop.Excel.Workbook | The Excel workbook containing the XBRL report. |