DefinedNameEventArgsBase.Scope Property
Gets the scope (individual worksheet or 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 scope. |
Remarks
The Scope can be the name of the worksheet, the Worksheet.Name property value or an empty string if the scope is the entire workbook.
See Also