XlCellRange Methods
Defines a range of cells.| Name | Description |
|---|---|
| AsAbsolute() | Returns a new XlCellRange instance transformed into absolute reference. |
| AsRelative() | Returns a new XlCellRange instance transformed into relative reference. |
| ColumnInterval(Int32, Int32, XlPositionType) static | Returns a range that is a continuous interval of entire columns referenced using the specified reference type. |
| ColumnInterval(Int32, Int32) static | Returns a range that is a continuous interval of entire columns. |
| 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 XlCellRange instance. |
| FromLTRB(Int32, Int32, Int32, Int32) static | Returns a XlCellRange object by the indexes of the bounding rows and columns. |
| 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. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Parse(String) static | Returns a XlCellRange object by its reference string in the in the A1 reference style. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RowInterval(Int32, Int32, XlPositionType) static | Returns a range that is a continuous interval of entire rows referenced using the specified reference type. |
| RowInterval(Int32, Int32) static | Returns a range that is a continuous interval of entire rows referenced using the specified reference type. |
| ToString() | Get a string reference to the range defined by the XlCellRange object. |
| ToString(Boolean) | Get a string reference to the range defined by the XlCellRange object. |
| ToString(CultureInfo) | Get a string reference to the range defined by the XlCellRange object. |
See Also