Cell |
The CellRange type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopyTo(String) | Copies this cell range to another position in the same worksheet. |
![]() | CopyTo(ExcelWorksheet, String) | |
![]() | CopyTo(Int32, Int32) | Copies this cell range to another position in the same worksheet. |
![]() | CopyTo(ExcelWorksheet, Int32, Int32) | Copies this cell range to another worksheet. |
![]() | Equals |
Determines whether the specified CellRange is equal
to the current CellRange.
(Overrides ObjectEquals(Object)) |
![]() | FindText | Finds the first occurrence of the specified text in the current cell range. |
![]() | GetEnumerator | Returns an enumerator for the CellRange. |
![]() | GetHashCode |
Returns the hash code of this object.
(Overrides ObjectGetHashCode) |
![]() | GetReadEnumerator | Returns enumerator for the CellRange. |
![]() | GetSubrange(String, String) | Returns new cell range using start and end position. |
![]() | GetSubrange(Int32, Int32, Int32, Int32) | Returns new cell range using absolute indexing. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | Overlaps | Checks if this cell range overlaps with another cell range. |
![]() ![]() | PositionToRowColumn | Converts position string ("A1", "BN27", etc.) to row and column index. |
![]() ![]() | RowColumnToPosition | Converts row and column index to position string ("A1", "BN27", etc.). |
![]() | SetBorders |
Sets the color and style of the lines according to a specific set of borders in one or more Excel cells.
(Overrides ExcelRangeSetBorders(MultipleBorders, SKColor, LineStyle)) |
![]() | ToString |
Returns a String that represents the current CellRange.
(Overrides ObjectToString) |