Click or drag to resize

CellRangeMerged Property

Gets or sets whether cells in this range are merged.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntax
public virtual bool Merged { get; set; }

Property Value

Boolean
Remarks

By setting this property to true, you are merging all the cells in this range. It isn't possible to merge already merged cells.

When you change the parameters of a cell participating in a merge (for example, ExcelCell.Value), the parameters of all cells in the merge will change.
See Also