PicoXLSX Library Documentation
![]() | CellRange Structure |
Struct representing a cell range with a start and end address
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

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
|
