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