Gets a list with the currently merged cells.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public MergedCellsCollection MergedCells { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property MergedCells As MergedCellsCollection |
An instance of the MergedCellsCollection class.
RemarksThe returned object can be used only to iterate and clear the existing merged cells. To create and remove merged cells, use the Merge and Unmerge methods of the worksheet.
See Also