CellReference Structure Members
In This Topic
The following tables list the members exposed by CellReference.
Public Constructors
Public Fields
| Name | Description |
| Empty | Empty CellReference instance. |
Top
Public Properties
| Name | Description |
| Column | Gets the column index. |
| Row | Gets the row index. |
Top
Public Methods
| Name | Description |
| CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| Equals | Determines whether the specified System.Object is equal to this instance. |
| GetHashCode | Returns a hash code for this instance. |
| IsEmpty | Determines whether this CellReference value is empty. |
| Offset | Translates this by the specified amount. |
| ToString | Returns a System.String that represents this reference. |
Top
Public Operators
See Also