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

ExcelDefinedNameSettings(String, String) Constructor

Initializes a new instance of the ExcelDefinedNameSettings class.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ExcelDefinedNameSettings(
    string definedName,
    string scope
)

Parameters

Name Type Description
definedName String

A String value that specifies the defined name referencing the required cell range.

scope String

A String value that specifies the name of the scope containing the required defined name.

See Also