From c19078e5c2bde706c32c2447167b45d5dc6ea2fb Mon Sep 17 00:00:00 2001 From: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com> Date: Fri, 6 Dec 2019 16:30:52 -0800 Subject: [PATCH] [office-js, office-js-preview] Specifying table name restrictions (#40867) * Specifying table name restrictions * Typo --- types/office-js-preview/index.d.ts | 4 +++- types/office-js/index.d.ts | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index fa97e05de9..43713c1879 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -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] */ diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index f35e8185b7..e89b3024e9 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -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] */