Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NamedRanges

import type { NamedRanges } from "https://googleapis.deno.dev/v1/docs:v1.ts";

A collection of all the NamedRanges in the document that share a given name.

interface NamedRanges {
name?: string;
namedRanges?: NamedRange[];
}

§Properties

§
name?: string
[src]

The name that all the named ranges share.

§
namedRanges?: NamedRange[]
[src]

The NamedRanges that share the same name.