Skip to main content

ExcelWorksheetSettings(String) Constructor

Initializes a new instance of the ExcelWorksheetSettings class.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

public ExcelWorksheetSettings(
    string worksheetName
)

Parameters

Name Type Description
worksheetName String

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

See Also