Search
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
Assembly: MindFusion.Spreadsheet.WinForms

 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.UndoableCollection(CellRange)
        MindFusion.Spreadsheet.MergedCellsCollection

 See Also