Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions types/office-js-preview/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36141,15 +36141,6 @@ declare namespace Excel {
* @beta
*/
delete(): void;
/**
* Refreshes the query.
This only starts the refresh.
*
* @remarks
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
* @beta
*/
refresh(): void;
/**
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
*
Expand Down