Merge pull request #33108 from AlexJerabek/AlexJ-DeleteWorksheet

[office-js, office-js-preview] Adding note about Worksheet.delete behavior
This commit is contained in:
Mine Starks
2019-02-15 17:52:56 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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