Cell.Range Structure
From NanoXLSX
NanoXLSX Library Documentation
![]() | CellRange Structure |
Struct representing a cell range with a start and end address
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
C#
public struct Range
The CellRange type exposes the following members.
| Name | Description | |
|---|---|---|
| CellRange(String) |
Constructor with a range string as argument
| |
| CellRange(CellAddress, CellAddress) |
Constructor with addresses as arguments
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Overwritten ToString method
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| EndAddress |
End address of the range
| |
| StartAddress |
Start address of the range
|
