Class CellLocation
CellLocation class
Indicates the cell location.
public class CellLocation
Constructors
Properties
| Name | Description |
|---|
| Column { get; set; } | Gets or sets the column of the cell location. |
| Row { get; set; } | Gets or sets the row of the cell location. |
Methods
| Name | Description |
|---|
| override Equals(object) | Determines whether the specified Object is equal to the current Object. |
| override GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
| override ToString() | Override the ToString() of the object. |
| operator == | Overload operator == |
| operator != | Overload opertor != |
See Also