DefinedName Class
Defined name class describes defined name that is not directly related with one cell range.
- Inheritance:
- System.ObjectDefinedName
Properties
Hidden
Gets or sets a value indicating whether the defined name object is hidden.
Property Value
- System.Boolean
LocalSheetIndex
Gets or sets the local sheet index of the defined name. If the local sheet index is -1, defined name is global.
Property Value
- System.Int32
Name
Gets or sets the name of the defined name object.
Property Value
- System.String
Value
Gets or sets the value of the defined name.
Property Value
- System.String
Methods
ToString()
Returns a System.String that represents this DefinedName instance.
Returns
- System.String
A System.String that represents this DefinedName instance.
Overrides
System.Object.ToString()
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).