Click or drag to resize
NanoXLSX

Address Methods

The Address type exposes the following members.

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(Address) 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
See Also