Gets an XLCellRangeCollection that contains the
collection of cells that are merged on the sheet.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public XLCellRangeCollection MergedCells { get; } |
Visual Basic |
---|
Public ReadOnly Property MergedCells As XLCellRangeCollection 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.