Click or drag to resize
PicoXLSX

CellAddress Class

Struct representing the cell address as column and row (zero based)
Inheritance Hierarchy
SystemObject
  SystemValueType
    PicoXLSXCellAddress

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.2.1+e0edc719a6aeecf6c989e5a57750c75d6f3175bb
Syntax
C#
public sealed class Address : ValueType, 
	IEquatable<CellAddress>, IComparable<CellAddress>

The CellAddress type exposes the following members.

Constructors
 NameDescription
Public methodCellAddress(String, CellAddressType) Initializes a new instance of the CellAddress class
Public methodCellAddress(Int32, Int32, CellAddressType) Initializes a new instance of the CellAddress class
Top
Methods
 NameDescription
Public methodCompareTo Compares two addresses using the column and row numbers
Protected methodCopy Creates a (dereferenced, if applicable) deep copy of this address
Public methodEquals(CellAddress) Compares two addresses whether they are equal
Public methodEquals(Object) Compares two objects whether they are addresses and equal
(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 methodGetAddress Returns the combined Address
Public methodGetColumn Gets the column address (A - XFD)
Public methodGetHashCode Gets the hash code based on the string representation of the address
(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 methodToString Overwritten ToString method
(Overrides ValueTypeToString)
Top
Operators
Fields
 NameDescription
Public fieldColumn Column number (zero based)
Public fieldRow Row number (zero based)
Public fieldType Referencing type of the address
Top
See Also