From 948d0b3ea289d388e203874ba63ddfbefaa8d720 Mon Sep 17 00:00:00 2001 From: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com> Date: Tue, 12 May 2026 09:26:11 -0700 Subject: [PATCH] [office-js-preview] Remove Excel.Query.refresh (#74988) --- types/office-js-preview/index.d.ts | 9 --------- 1 file changed, 9 deletions(-) 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. *