[]
Initializes a new instance of the GridCellRange class.
public GridCellRange(int row, int col)
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| int | col | The column. |
Initializes a new instance of the GridCellRange class.
public GridCellRange(int row1, int col1, int row2, int col2)
| Type | Name | Description |
|---|---|---|
| int | row1 | The upper row. |
| int | col1 | The left most column. |
| int | row2 | The bottom row. |
| int | col2 | The right most column. |
Initializes a new instance of the GridCellRange class.
public GridCellRange(GridCellRange range)
| Type | Name | Description |
|---|---|---|
| GridCellRange | range | The range. |