[]
Add the CellRange to Range list.
public CellRangeFactory AddCellRange(int row, int col, int? row2, int? col2)
Public Function AddCellRange(row As Integer, col As Integer, row2 As Integer?, col2 As Integer?) As CellRangeFactory
| 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 |