mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[office-js, office-js-preview] Specifying table name restrictions (#40867)
* Specifying table name restrictions * Typo
This commit is contained in:
parent
3c833a19a1
commit
c19078e5c2
4
types/office-js-preview/index.d.ts
vendored
4
types/office-js-preview/index.d.ts
vendored
@ -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]
|
||||
*/
|
||||
|
||||
3
types/office-js/index.d.ts
vendored
3
types/office-js/index.d.ts
vendored
@ -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]
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user