@sheetkit/node / JsDefinedNameInfo
Interface: JsDefinedNameInfo
Defined in: binding.d.ts:567
Information about a defined name returned by getDefinedName/getDefinedNames.
Properties
comment?
optionalcomment:string
Defined in: binding.d.ts:575
Optional comment.
name
name:
string
Defined in: binding.d.ts:569
The defined name.
scope?
optionalscope: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.