Excel范围使用第一列

我想设置的Excel列的范围,所以我通过使用这一行代码给它。

ExcelRange FirstcolumnRange = worksheet.Cells[rowPositionStart + 1, 1, dt.Rows.Count, 1]; 

因为这里行的位置设置为4,我只想使用这个整列,但抛出exception:

 "Specified argument was out of the range of valid values. Parameter name: Start cell Address must be less or equal to End cell address."