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] */