The ExcelDataSource class exposes the ExcelDataSource.SourceOptions property that accepts the ExcelSourceOptionsBase descendants (for instance, the CsvSourceOptions objects). The CsvSourceOptions class contains different options used to import data from the CSV file. For instance, the CellRange property allows you to specify the cell range from which data is imported.
System.Object
ExcelSourceOptionsBase
CsvSourceOptions