Skip to main content
A newer version of this page is available. .

ExcelDefinedNameSettings.Scope Property

Gets or sets the name of the scope containing the required defined name.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

[DefaultValue(null)]
public string Scope { get; set; }

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