Name | Description | |
---|---|---|
CellReference Constructor | Overloaded. |
The following tables list the members exposed by CellReference.
Name | Description | |
---|---|---|
CellReference Constructor | Overloaded. |
Name | Description | |
---|---|---|
Column | Gets the index of the column. | |
Relation | Gets the relative of this CellReference with the source. | |
Row | Gets the index of the row. |
Name | Description | |
---|---|---|
CompareTo | Compares the current CellReference with another CellReference. | |
Equals | Overloaded. Indicates whether the current CellReference is equal to another CellReference of the same type. | |
GetHashCode | Returns a hash code for this instance. | |
SwitchReferenceType | Overloaded. Switch the reference type of this CellReference. | |
ToAbsolute | Returns the absolute reference of the CellReference object which relates with the context cell (specified by contextRow and contextColumn. | |
ToRelative | Returns the target reference of the CellReference object which relates with the context cell (specified by contextRow and contextColumn. Position state of the CellReference is unchanged. |
Equality | Returns whether two CellReference are equals. |
Inequality | Returns whether two CellReference are not equals. |