Adding note about Worksheet.delete behavior

This commit is contained in:
Alex Jerabek
2019-02-15 15:55:40 -08:00
parent 070e2a2b42
commit 2ba42e115c
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]
*/