[]
Create a Range by address.
public Range(string address)
Type | Name | Description |
---|---|---|
string | address | The range address. |
Create a Range by coordinates and spans.
public Range(int leftCol, int topRow, int cols, int rows)
Type | Name | Description |
---|---|---|
int | leftCol | The starting column number. |
int | topRow | The starting row number. |
int | cols | The number of columns. |
int | rows | The number of rows. |