Office.BindingType enum
Specifies the type of the binding object that should be returned.
Fields
Matrix | Tabular data without a header row. Data is returned as an array of arrays, for example in this form: [[row1column1, row1column2],[row2column1, row2column2]] |
Table | Tabular data with a header row. Data is returned as a TableData object. |
Text | Plain text. Data is returned as a run of characters. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins