[]
Initializes a new instance of the Split.CellRange struct.
public CellRange(int row, int col)
Public Sub New(row As Integer, col As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| int | col | The col. |
Initializes a new instance of the Split.CellRange struct.
public CellRange(int row1, int col1, int row2, int col2)
Public Sub New(row1 As Integer, col1 As Integer, row2 As Integer, col2 As Integer)
| Type | Name | Description |
|---|---|---|
| int | row1 | The row1. |
| int | col1 | The col1. |
| int | row2 | The row2. |
| int | col2 | The col2. |