Name Members
Include Protected Members
Include Inherited Members
Represents a defined name for a range of cells.
The Name type exposes the following members.
Properties
Name | Description | |
---|---|---|
_Default | Reserved for internal use. | |
Application | Returns an Application object that represents the Microsoft Excel application. | |
Category | Returns or sets the category for the specified name in the language of the macro. | |
CategoryLocal | Returns or sets the category for the specified name, in the language of the user, if the name refers to a custom function or command. | |
Comment | Returns or sets the comment associated with the name. Read/write String. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Index | Returns the index number of the object within the collection of similar objects. | |
MacroType | Returns or sets what the name refers to. | |
Name | Returns or sets the name of the object. | |
NameLocal | Returns or sets the name of the object in the language of the user. | |
Parent | Returns the parent object for the specified object. | |
RefersTo | Returns or sets the formula that the name is defined to refer to, in the language of the macro and in A1-style notation, beginning with an equal sign. | |
RefersToLocal | Returns or sets the formula that the name refers to. | |
RefersToR1C1 | Returns or sets the formula that the name refers to. | |
RefersToR1C1Local | Returns or sets the formula that the name refers to. | |
RefersToRange | Returns the Range object referred to by a Name object. | |
ShortcutKey | Returns or sets the shortcut key for a name defined as a custom Microsoft Excel 4.0 macro command. | |
ValidWorkbookParameter | Returns True if the specified Name object is a valid workbook parameter. Read-only Boolen. | |
Value | Returns a string containing the formula that the name is defined to refer to. | |
Visible | Determines whether the object is visible. | |
WorkbookParameter | Returns or sets the specified Name object as a workbook parameter. Read/write |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. |
Top