[office-js, office-js-preview] PivotTableCollection description typo fixes (#42102)

* Removing prompt verbage from selection binding options

* Fix PivotTable typo
This commit is contained in:
Alex Jerabek
2020-02-05 08:52:47 -08:00
committed by GitHub
parent f9910bb95a
commit ca3bfdb158
2 changed files with 2 additions and 2 deletions

View File

@@ -30391,7 +30391,7 @@ declare namespace Excel {
readonly items: Excel.PivotTable[];
/**
*
* Add a Pivottable based on the specified source data and insert it at the top left cell of the destination range.
* Add a PivotTable based on the specified source data and insert it at the top-left cell of the destination range.
*
* [Api set: ExcelApi 1.8]
*

View File

@@ -29559,7 +29559,7 @@ declare namespace Excel {
readonly items: Excel.PivotTable[];
/**
*
* Add a Pivottable based on the specified source data and insert it at the top left cell of the destination range.
* Add a PivotTable based on the specified source data and insert it at the top-left cell of the destination range.
*
* [Api set: ExcelApi 1.8]
*