Common API - Office.TableBinding
This represents a binding in two dimensions of rows and columns, optionally with headers.
columnCount | P | Gets the number of columns in the TableBinding, as an integer value. |
hasHeaders | P | True, if the table has headers; otherwise false. |
rowCount | P | Gets the number of rows in the TableBinding, as an integer value. |
addColumnsAsync | M | Adds the specified data to the table as additional columns. |
addRowsAsync | M | Adds the specified data to the table as additional rows. |
clearFormatsAsync | M | Clears formatting on the bound table. |
deleteAllDataValuesAsync | M | Deletes all non-header rows and their values in the table, shifting appropriately for the host application. |
getFormatsAsync | M | Gets the formatting on specified items in the table. |
setFormatsAsync | M | Sets formatting on specified items and data in the table. |
setTableOptionsAsync | M | Updates table formatting options on the bound table. |
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited TopPrevNext