mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-05 17:50:03 +00:00
[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:
2
types/office-js-preview/index.d.ts
vendored
2
types/office-js-preview/index.d.ts
vendored
@@ -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]
|
||||
*
|
||||
|
||||
2
types/office-js/index.d.ts
vendored
2
types/office-js/index.d.ts
vendored
@@ -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]
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user