Skip to content

@sheetkit/node / JsDefinedNameInfo

Interface: JsDefinedNameInfo

Defined in: binding.d.ts:567

Information about a defined name returned by getDefinedName/getDefinedNames.

Properties

comment?

optional comment: string

Defined in: binding.d.ts:575

Optional comment.


name

name: string

Defined in: binding.d.ts:569

The defined name.


scope?

optional scope: string

Defined in: binding.d.ts:573

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


value

value: string

Defined in: binding.d.ts:571

The reference or formula.

Released under the MIT / Apache-2.0 License.