Skip to content
Sheetwrite

Sheetwrite / Documentation

NamedRangeSnapshot@sheetwrite/core

Workbook-global or sheet-scoped named range used by formulas and persistence.

Workbook-global or sheet-scoped named range used by formulas and persistence.

Members 3

name
name: string;
scope Formula-context sheet whose local definition shadows the workbook definition.
scope?: SheetId;
range
range: Range;

Declaration

View full TypeScript declaration
export interface NamedRangeSnapshot {
name: string;
scope?: SheetId;
range: Range;
}