Table enumeration
Specifies enumerated values for the cells: property in the cellFormat parameter of table formatting methods.
| Hosts: | Excel |
| Added | 1.1 |
Office.Table
Members
Values
| Enumeration | Value | Description |
|---|---|---|
| Office.Table.All | "all" | The entire table, including column headers, data, and totals (if any). |
| Office.Table.Data | "data" | Only the data (no headers and totals). |
| Office.Table.Headers | "headers" | Only the header row. |
Support details
A capital Y in following matrix indicates supported enumerations in the corresponding Office host application. An empty cell indicates that the Office host application doesn't support this enumeration.
For more information about Office host application and server requirements, see Requirements for running Office Add-ins.
Supported hosts, by platform
| Office for Windows desktop | Office Online (in browser) | Office for iPad | |
|---|---|---|---|
| Excel | Y | Y | Y |
| Add-in types | Content, task pane |
| Library | Office.js |
| Namespace | Office |
Support history
| Version | Changes |
|---|---|
| 1.1 | Added support for Excel in Office for iPad. |
| 1.1 | Introduced |