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.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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