Constructor XlsxCellRange
XlsxCellRange(int, int, int, int)
Creates a range.
public XlsxCellRange(int firstRow, int firstColumn, int lastRow, int lastColumn)
Parameters
firstRowintThe first one-based row.
firstColumnintThe first one-based column.
lastRowintThe last one-based row.
lastColumnintThe last one-based column.
Exceptions
- ArgumentOutOfRangeException
The range is not a valid one-based rectangle.