DefinedNameEventArgsBase Properties
Base class for classes that provides data for the DefinedNameDeleting and DefinedNameEditing events of the SpreadsheetControl.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Comment | Gets the additional information about the current Defined Name. |
| Name | Gets the name of the current Defined Name. |
| Reference | Gets the reference to a cell or cell range, formula or constant associated with the Defined Name. |
| Scope | Gets the scope (individual worksheet or entire workbook) where a Defined Name is recognized and can be used without qualification. |
| ScopeIndex | Gets the index identifying the scope of the Defined Name. |
See Also