[]
The simple cell range.
public class XLRange
| Name | Description |
|---|---|
| XLRange(int, int) | Initialization range. |
| XLRange(int, int, int, int) | Initialization range. |
| XLRange(string, XLReferenceMode) | Initialization range. |
| Name | Description |
|---|---|
| ColumnFirst | Gets or sets the index of the left column in the range. |
| ColumnLast | Gets or sets the index of the right column in the range. |
| RowFirst | Gets the index of the top row in the range. |
| RowLast | Gets or sets the index of the bottom row in the range. |
| Name | Description |
|---|---|
| Clone() | Creates a new XLRange object that is a copy of the current instance. |
| Equals(object) | |
| GetHashCode() | |
| ToString() |