[office-js, office-js-preview] Specifying table name restrictions (#40867)

* Specifying table name restrictions

* Typo
This commit is contained in:
Alex Jerabek 2019-12-06 16:30:52 -08:00 committed by Ron Buckton
parent 3c833a19a1
commit c19078e5c2
2 changed files with 5 additions and 2 deletions

View File

@ -24100,7 +24100,9 @@ declare namespace Excel {
readonly legacyId: string;
/**
*
* Name of the table.
* The name of the table.
* When setting the name of the table, you must follow the guidelines specified in the {@link https://support.office.com/article/Rename-an-Excel-table-FBF49A4F-82A3-43EB-8BA2-44D21233B114 | Rename an Excel table} article.
*
*
* [Api set: ExcelApi 1.1]
*/

View File

@ -23264,7 +23264,8 @@ declare namespace Excel {
readonly legacyId: string;
/**
*
* Name of the table.
* The name of the table.
* When setting the name of the table, you must follow the guidelines specified in the {@link https://support.office.com/article/Rename-an-Excel-table-FBF49A4F-82A3-43EB-8BA2-44D21233B114 | Rename an Excel table} article.
*
* [Api set: ExcelApi 1.1]
*/