[]
Gets an XLCellRangeCollection that contains the collection of cells that are merged on the sheet.
public XLCellRangeCollection MergedCells { get; }
The collection has methods for inspecting, adding, or clearing merged ranges in a sheet. Each merged range is represented by an XLCellRange object.