diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 9d6d24e4705e9d..ac662cd4098599 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -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. *