Represents the ApiName class.
Properties
Name | Type | Description |
---|
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. |
Methods
Method | Returns | Description |
---|
Delete | None | Deletes the DefName object. |
GetName | string | Returns a type of the ApiName class. |
GetRefersTo | string | Returns a formula that the name is defined to refer to. |
GetRefersToRange | ApiRange | Returns the ApiRange object by its name. |
SetName | boolean | Sets a string value representing the object name. |
SetRefersTo | None | Sets a formula that the name is defined to refer to. |