XlCellPosition Methods
Defines the column, row and the reference type (relative or absolute).Name | Description |
---|---|
AsAbsolute() | Returns a new XlCellPosition instance transformed into absolute reference. |
AsRelative() | Returns a new XlCellPosition instance transformed into relative reference. |
Equals(XlCellPosition) | Determines whether the specified object is equal to this XlCellPosition instance. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current XlCellPosition instance. |
GetHashCode() | Gets a numerical value that is used to identify an object during equality testing. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Constructs a textual cell reference from the position. |
See Also