ApiName
class ApiName
Description
Class representing a name.
Instance Methods
- GetName
(): string
Returns a type of the ApiName class.
- SetName
(sName): boolean
Sets a string value representing the object name.
- Delete
()
Deletes the DefName object.
- SetRefersTo
(sRef)
Sets a formula that the name is defined to refer to.
- GetRefersTo
(): string
Returns a formula that the name is defined to refer to.
- GetRefersToRange
(): ApiRange
Returns the ApiRange object by its name.
Instance Properties
- Name
string
Sets a name to the active sheet.
- RefersTo
string
Returns or sets a formula that the name is defined to refer to.
- RefersToRange
ApiRange
Returns the ApiRange object by reference.