DeleteNamedRangeRequest
import type { DeleteNamedRangeRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";
Deletes a NamedRange.
interface DeleteNamedRangeRequest {
name?: string;
namedRangeId?: string;
tabsCriteria?: TabsCriteria;
}§Properties
§
name?: string
[src]The name of the range(s) to delete. All named ranges with the given name will be deleted.
§
tabsCriteria?: TabsCriteria
[src]Optional. The criteria used to specify which tab(s) the range deletion should occur in. When omitted, the range deletion is applied to all tabs. In a document containing a single tab: - If provided, must match the singular tab's ID. - If omitted, the range deletion applies to the singular tab. In a document containing multiple tabs: - If provided, the range deletion applies to the specified tabs. - If not provided, the range deletion applies to all tabs.