TdxSpreadSheetDefinedName Properties
A defined name in a spreadsheet document.Name | Description |
---|---|
Caption | Specifies a public name for the reference stored within the defined name object. |
Comment | Specifies an optional comment for the defined name. |
Index | Returns the defined name’s index within the collection. |
Owner | |
Reference | Specifies a reference to a cell object, cell range, formula expression, and/or constant. |
Scope | Specifies the scope of the defined name. |
SpreadSheet | Provides access to the SpreadSheet or Report Designer control to which the defined name belongs. |
ValueAsText | Returns the calculated value of the formula expression stored as a defined name’s reference. |
See Also