SheetXL - v0.3.20
    Preparing search index...

    Interface Properties<R>

    Defined names are descriptive text that is used to represents a cell, range of cells, formula, or constant value.

    interface Properties<R extends IRange.Coords = IRange.Coords> {
        comment?: string;
        hidden?: boolean;
        name: string;
        ref: R[];
        scope?: string;
        type?: string;
    }

    Type Parameters

    Index

    Properties

    comment?: string

    The comment for the defined name.

    hidden?: boolean

    If true not shown in the ui.

    false
    
    name: string

    The name of the defined name.

    This is the name that is used in formulas.

    ref: R[]

    We track named items based on the reference.

    If the name is used in a formula this is what will be returned.

    scope?: string

    If scope this will be the sheetName.

    type?: string

    The type of named range item