Interface NamedItemsSearchOptions

interface NamedItemsSearchOptions {
    allowExtrudes?: boolean;
    bounds?: SheetCellRangeCoords;
    scope?: string;
    type?: string;
}

Properties

allowExtrudes?: boolean

If true will return any NameItem that is in the bounds even if only partially

Default Value

false
scope?: string

Scope specified this will return only scope and global ranges. If not specified then will return only global ranges.

Remarks

Special case if scope === 'all' then will return all ranges.

type?: string

A string indicating the type