UnionRange Class
Contents
[
Hide
]UnionRange class
Represents union range.
type UnionRange struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetFirstRow | Gets the index of the first row of the range. |
| GetFirstColumn | Gets the index of the first column of the range. |
| GetRowCount | Gets the count of rows in the range. |
| GetColumnCount | Gets the count of rows in the range. |
| Merge | Combines a range of cells into a single cell. |
| UnMerge | Unmerges merged cells of this range. |
| PutValue | 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. |
| GetValue | Gets and sets the values of the range. |
| SetValue | Gets and sets the values of the range. |
| GetName | Gets or sets the name of the range. |
| SetName | Gets or sets the name of the range. |
| GetRefersTo | Gets the range’s refers to. |
| GetHasRange | Indicates whether this has range. |
| GetHyperlinks | Gets all hyperlink in the range. |
| SetStyle | Sets the style of the range. |
| ApplyStyle | Applies formats for a whole range. |
| Copy | Copying the range with paste special options. |
| GetEnumerator | Gets the enumerator for cells in this Range. |
| GetCellCount | Gets all cell count in the range. |
| GetRangeCount | Gets the count of the ranges. |
| GetRanges | Gets all union ranges. |
| SetOutlineBorders_CellBorderTypeArray_ColorArray | Sets out line borders around a range of cells. |
| SetOutlineBorders_CellBorderType_Color | Sets the outline borders around a range of cells with same border style and color. |
| Intersect_String | Intersects another range. |
| Intersect_UnionRange | Intersects another range. |
| Intersect_RangeArray | Intersects another range. |
| Union_String | Union another range. |
| Union_UnionRange | Union another range. |
| Union_RangeArray | Union the ranges. |