Skip to main content
All docs
V24.2

ExcelWorksheetSettings(Int32, String) Constructor

Initializes a new instance of the ExcelWorksheetSettings class with specified settings.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

public ExcelWorksheetSettings(
    int worksheetIndex,
    string cellRange
)

Parameters

Name Type
worksheetIndex Int32
cellRange String
See Also