DefinedName Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a defined name
Inheritance Hierarchy
Bytescout.SpreadsheetDefinedName
Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The DefinedName type exposes the following members.
Properties
Name | Description | |
---|---|---|
Comment | Gets or sets the comment associated with this defined name. | |
Index | Returns the zero based index of the defined name in the DefinedNames collection. | |
Name | Gets or sets the name of the defined name. | |
RefersTo | Gets or sets the formula that the name is defined to refer to. | |
Value | Gets or sets the string containing the formula that the name is defined to refer to. | |
Visible | Gets or sets a value indicating whether this DefinedName is visible in the user interface. |
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also