Skip to main content

ExcelDefinedNameSettings.Scope Property

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

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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