Skip to main content

ExcelWorksheetSettings(String, String) Constructor

Initializes a new instance of the ExcelWorksheetSettings class.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public ExcelWorksheetSettings(
    string worksheetName,
    string cellRange
)

Parameters

Name Type Description
worksheetName String

A String value that specifies the name of the worksheet from which data is imported.

cellRange String

A String value that specifies the cell range used to import data.

See Also