![]() | CellAddress Class |
public sealed class Address : ValueType, IEquatable<CellAddress>, IComparable<CellAddress>
The CellAddress type exposes the following members.
Name | Description | |
---|---|---|
![]() | CellAddress(String, CellAddressType) | Initializes a new instance of the CellAddress class |
![]() | CellAddress(Int32, Int32, CellAddressType) | Initializes a new instance of the CellAddress class |
Name | Description | |
---|---|---|
![]() | CompareTo | Compares two addresses using the column and row numbers |
![]() | Copy | Creates a (dereferenced, if applicable) deep copy of this address |
![]() | Equals(CellAddress) | Compares two addresses whether they are equal |
![]() | Equals(Object) |
Compares two objects whether they are addresses and equal
(Overrides ValueTypeEquals(Object)) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetAddress | Returns the combined Address |
![]() | GetColumn | Gets the column address (A - XFD) |
![]() | GetHashCode |
Gets the hash code based on the string representation of the address
(Overrides ValueTypeGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString |
Overwritten ToString method
(Overrides ValueTypeToString) |
Name | Description | |
---|---|---|
![]() | Column | Column number (zero based) |
![]() | Row | Row number (zero based) |
![]() | Type | Referencing type of the address |