[]
Add the CellRange to Range list.
public CellRangeFactory AddCellRange(int row, int col, int? row2, int? col2)
Type | Name | Description |
---|---|---|
int | row | The start row index |
int | col | The start column index |
int? | row2 | The end row index |
int? | col2 | The end column index |
Type | Description |
---|---|
CellRangeFactory |