Skip to content

@sheetkit/node / JsDefinedNameInfo

Interface: JsDefinedNameInfo

Defined in: binding.d.ts:625

Information about a defined name returned by getDefinedName/getDefinedNames.

Properties

comment?

optional comment: string

Defined in: binding.d.ts:633

Optional comment.


name

name: string

Defined in: binding.d.ts:627

The defined name.


scope?

optional scope: string

Defined in: binding.d.ts:631

Sheet name if sheet-scoped, or null if workbook-scoped.


value

value: string

Defined in: binding.d.ts:629

The reference or formula.

Released under the MIT / Apache-2.0 License.