A string representing the name of the table. This is the name that shall be used in formula references, and displayed in the UI to the spreadsheet user. This name shall not have any spaces in it, and it must be unique amongst all other displayNames and definedNames in the workbook. The character lengths and restrictions are the same as for definedNames.
See SpreadsheetML Reference - Workbook definedNames section for details.
A string representing the name of the table. This is the name that shall be used in formula references, and displayed in the UI to the spreadsheet user. This name shall not have any spaces in it, and it must be unique amongst all other displayNames and definedNames in the workbook. The character lengths and restrictions are the same as for definedNames.
See SpreadsheetML Reference - Workbook definedNames section for details.
An integer representing the number of header rows showing at the top of the table. 0 means that the header row is not shown
1
An integer representing the number of header rows showing at the top of the table. 0 means that the header row is not shown
1
Purely for runtime inspection
The unique name of the table
The unique name of the table
The range on the relevant sheet that the table occupies expressed using A1 style referencing. The reference shall include the totals row if it is shown
The range on the relevant sheet that the table occupies expressed using A1 style referencing. The reference shall include the totals row if it is shown
If not specified than the default table style is used If the style name isn't valid then uses a 'none' style.
If not specified than the default table style is used If the style name isn't valid then uses a 'none' style.
An integer representing the number of totals rows that shall be shown at the bottom of the table.
0
An integer representing the number of totals rows that shall be shown at the bottom of the table.
0
Register for updates
Returns the current style used.
Optional
description: stringSaves the current state of the table to a JSON object.
Update the table with the new values.
Optional
options: UpdateTableModelOptions
Default TableModel