[]
Creates one CellRange instance.
public CellRange(int r, int c, int r2, int c2)
Public Sub New(r As Integer, c As Integer, r2 As Integer, c2 As Integer)
| 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)
Public Sub New(r As Integer, c As Integer)
| Type | Name | Description |
|---|---|---|
| int | r | Index of the first row in this range. |
| int | c | Index of the first column in this range. |