Add a named reference.
The name of the range.
An address or formula
Optional
replaceExisting: booleanIf true
will replace existing ranges if one already exists. default false
.
Close the record and cleans resources. Can't be undone.
Returns a new valid name given the name return a valid name that closely matches. This function works by incrementing either the last number or append a number.
The range to used as a template.
Optional
scope: stringThe scope of the range. If null then this will look for a globally scoped. default null
.
Optional
ignoreExisting: booleanIf true then won't check to see if the name is already used. default false
.
A valid name. If the name used is valid then will return the same name.
Loads value from JSON, this will clear any existing state
Lookup a named range with a given name.
Case insensitive name to lookup
Optional
global: booleanIf true
then will search all scopes. default false
Return ranges for a given address globally scoped.
The address to resolve.
Returns true
if no more operations are allowed.
Lookup a named range by WorkbookRangeCoords. This will only return a match if all the ranges are exact matches.
Search the named items. These are sorted by type then by name.
Optional
options: SearchOptionsSerialize the state.
Validates a name is valid. This is a convenience method That calls findValidName
and throws an error if the name returned is not the same.
Optional
scope: stringOptional
ignoreExisting: boolean
A collection of
INamed
items.