Excel for WinRT
MergedCells Property


Gets an XLCellRangeCollection that contains the collection of cells that are merged on the sheet.
Syntax
'Declaration
 
Public ReadOnly Property MergedCells As XLCellRangeCollection
'Usage
 
Dim instance As XLSheet
Dim value As XLCellRangeCollection
 
value = instance.MergedCells
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

Reference

XLSheet Class
XLSheet Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback