[]
Creates one CellRange instance.
public CellRange(int r, int c, int r2, int c2)
Type | Name | Description |
---|---|---|
int | r | Index of the first row in this range. |
int | c | Index of the first column in this range. |
int | r2 | Index of the last row in this range. |
int | c2 | Index of the first column in this range. |
Creates one CellRange instance.
public CellRange(int r, int c)
Type | Name | Description |
---|---|---|
int | r | Index of the first row in this range. |
int | c | Index of the first column in this range. |