DefineNameModel
12 Sep 20251 minute to read
Interface for a class DefineName
Properties
comment string
Provides a comment or description for the defined name.
name string
Specifies a unique name for the defined name, which can be used in formulas.
refersTo string
Specifies the cell or range reference associated with the defined name.
The reference can be provided with or without the = prefix.
scope string
Defines the scope of the name.
If not specified, the name is scoped to the entire workbook.
If a sheet name is provided, the name will be available only within that specific sheet.