mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Adding note about Worksheet.delete behavior
This commit is contained in:
2
types/office-js-preview/index.d.ts
vendored
2
types/office-js-preview/index.d.ts
vendored
@@ -22712,7 +22712,7 @@ declare namespace Excel {
|
||||
copy(positionType?: "None" | "Before" | "After" | "Beginning" | "End", relativeTo?: Excel.Worksheet): Excel.Worksheet;
|
||||
/**
|
||||
*
|
||||
* Deletes the worksheet from the workbook.
|
||||
* Deletes the worksheet from the workbook. Note that if the worksheet's visibility is set to "VeryHidden", the delete operation will fail with a GeneralException.
|
||||
*
|
||||
* [Api set: ExcelApi 1.1]
|
||||
*/
|
||||
|
||||
2
types/office-js/index.d.ts
vendored
2
types/office-js/index.d.ts
vendored
@@ -21968,7 +21968,7 @@ declare namespace Excel {
|
||||
copy(positionType?: "None" | "Before" | "After" | "Beginning" | "End", relativeTo?: Excel.Worksheet): Excel.Worksheet;
|
||||
/**
|
||||
*
|
||||
* Deletes the worksheet from the workbook.
|
||||
* Deletes the worksheet from the workbook. Note that if the worksheet's visibility is set to "VeryHidden", the delete operation will fail with a GeneralException.
|
||||
*
|
||||
* [Api set: ExcelApi 1.1]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user