MindFusion.Wpf Pack Programmer's Guide
MergedCellsCollection Class
See Also
 





Represents a specialized collection for merged cells in a worksheet, each merged cell is represented by a CellRange object.

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

 Syntax

C#  Copy Code

public class MergedCellsCollection : UndoableCollection<CellRange>

Visual Basic  Copy Code

Public Class MergedCellsCollection
    Inherits UndoableCollection(Of CellRange)

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.Wpf.UndoableCollection(CellRange)
        MindFusion.Spreadsheet.Wpf.MergedCellsCollection

 See Also

MergedCellsCollection Members
MindFusion.Spreadsheet.Wpf Namespace