ExcelDefinedNameSettings.Scope Property
In This Article
Gets or sets the name of the scope containing the required defined name.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | null | A String value that specifies the name of the scope containing the required defined name. |
#Remarks
To specify the defined name, use the ExcelDefinedNameSettings.DefinedName property.
See Also