[]
Initializes a new instance of the Split.CellRange struct.
public CellRange(int row, int col)
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)
Type | Name | Description |
---|---|---|
int | row1 | The row1. |
int | col1 | The col1. |
int | row2 | The row2. |
int | col2 | The col2. |