UnionRange class
UnionRange class
Represents union range.
The UnionRange type exposes the following members:
Properties
Property | Description |
---|---|
first_row | Gets the index of the first row of the range. |
first_column | Gets the index of the first column of the range. |
row_count | Gets the count of rows in the range. |
column_count | Gets the count of rows in the range. |
value | Gets and sets the values of the range. |
name | Gets or sets the name of the range. |
refers_to | Gets the range’s refers to. |
has_range | Indicates whether this has range. |
hyperlinks | Gets all hyperlink in the range. |
cell_count | Gets all cell count in the range. |
range_count | Gets the count of the ranges. |
ranges | Gets all union ranges. |
Methods
Method | Description |
---|---|
set_outline_borders | Sets out line borders around a range of cells. |
set_outline_borders | Sets the outline borders around a range of cells with same border style and color. |
intersect | Intersects another range. |
intersect | Intersects another range. |
intersect | Intersects another range. |
union | Union another range. |
union | Union another range. |
union | Union the ranges. |
merge | Combines a range of cells into a single cell. |
un_merge | Unmerges merged cells of this range. |
put_value | Puts a value into the range, if appropriate the value will be converted to other data type and cell’s number format will be reset. |
set_style | Sets the style of the range. |
apply_style | Applies formats for a whole range. |
copy | Copying the range with paste special options. |
get_enumerator | Gets the enumerator for cells in this Range. |
See Also
- module
aspose.cells