[]
        
(Showing Draft Content)

C1.Excel.XLSheet.MergedCells

MergedCells Property

MergedCells

Gets an XLCellRangeCollection that contains the collection of cells that are merged on the sheet.

Declaration
public XLCellRangeCollection MergedCells { get; }
Remarks

The collection has methods for inspecting, adding, or clearing merged ranges in a sheet. Each merged range is represented by an XLCellRange object.