DefinedNameEventArgs.Scope Property
Gets the defined name’s scope - an area within a spreadsheet application (an individual worksheet or the entire workbook) where a defined name is recognized and can be used without qualification.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
String | A string that identifies the defined name’s scope. |
Remarks
The Scope
property value can be the name of the worksheet, the Worksheet.Name property value, or null
if the scope is the entire workbook.
See Also