Skip to main content

ExcelDefinedNameSettings(String) Constructor

Initializes a new instance of the ExcelDefinedNameSettings class.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public ExcelDefinedNameSettings(
    string definedName
)

Parameters

Name Type Description
definedName String

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

See Also