Cell.Address Structure

PicoXLSX

PicoXLSX

CellAddress Structure

Struct representing the cell address as column and row (zero based)

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public struct Address

The CellAddress type exposes the following members.

Constructors
  NameDescription
Public methodCellAddress(String)
Constructor with address as string
Public methodCellAddress(Int32, Int32)
Constructor with row and column as arguments
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodEquals(CellAddress)
Compares two addresses whether they are equal
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 methodGetAddress
Returns the combined Address
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 fieldColumn
Column number (zero based)
Public fieldRow
Row number (zero based)
Top
See Also