ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheet Class / MergedCells Property

In This Topic
    MergedCells Property
    In This Topic
    Gets an XLCellRangeCollection that contains the collection of cells that are merged on the sheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property MergedCells As XLCellRangeCollection
    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.
    See Also