[]
A rectangular area in a worksheet denominated by a top-left cell and a bottom-right cell.
public class Range
| Name | Description |
|---|---|
| Range(int, int, int, int) | Create a Range by coordinates and spans. |
| Range(string) | Create a Range by address. |
| Name | Description |
|---|---|
| From | Gets or sets the top-left cell position. |
| To | Gets or sets the bottom-right cell position. |