Cell.Range Structure

PicoXLSX

PicoXLSX

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)
Syntax
C#
public struct Range

The CellRange type exposes the following members.

Constructors
  NameDescription
Public methodCellRange(String)
Constructor with a range string as argument
Public methodCellRange(CellAddress, CellAddress)
Constructor with addresses as arguments
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Overwritten ToString method
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldEndAddress
End address of the range
Public fieldStartAddress
Start address of the range
Top
See Also