Click or drag to resize
PicoXLSX

CellRange Class

Struct representing a cell range with a start and end address
Inheritance Hierarchy
SystemObject
  SystemValueType
    PicoXLSXCellRange

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.2.1+e0edc719a6aeecf6c989e5a57750c75d6f3175bb
Syntax
C#
public sealed class Range : ValueType

The CellRange type exposes the following members.

Constructors
 NameDescription
Public methodCellRange(String) Initializes a new instance of the CellRange class
Public methodCellRange(CellAddress, CellAddress) Initializes a new instance of the CellRange class
Top
Methods
 NameDescription
Protected methodCopy Creates a (dereferenced, if applicable) deep copy of this range
Public methodEquals Compares two objects whether they are ranges and equal. The cell types (possible $ prefix) are considered
(Overrides ValueTypeEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode Gets the hash code of the range object according to its string representation
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodResolveEnclosedAddresses Gets a list of all addresses between the start and end address
Public methodToString Overwritten ToString method
(Overrides ValueTypeToString)
Top
Operators
Fields
 NameDescription
Public fieldEndAddress End address of the range
Public fieldStartAddress Start address of the range
Top
See Also