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

ExcelWorksheetSettings Constructors

Contains options used to select data from the specified worksheet.
Name Parameters Description
ExcelWorksheetSettings() none Initializes a new instance of the ExcelWorksheetSettings class.
ExcelWorksheetSettings(Int32, String) worksheetIndex, cellRange Initializes a new instance of the ExcelWorksheetSettings class with specified settings.
ExcelWorksheetSettings(Int32) worksheetIndex Initializes a new instance of the ExcelWorksheetSettings class with specified settings.
ExcelWorksheetSettings(String, String) worksheetName, cellRange Initializes a new instance of the ExcelWorksheetSettings class.
ExcelWorksheetSettings(String) worksheetName Initializes a new instance of the ExcelWorksheetSettings class.
See Also