MindFusion.Wpf Pack Programmer's Guide
Worksheet.MergedCells Property
See Also
 





Gets a list with the currently merged cells.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public MergedCellsCollection MergedCells { get; }

Visual Basic  Copy Code

Public ReadOnly Property MergedCells As MergedCellsCollection

 Property Value

An instance of the MergedCellsCollection class.

 Remarks

The 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

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace