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
SyntaxC#
Copy Code
|
|---|
public class MergedCellsCollection : UndoableCollection<CellRange> |
Visual Basic
Copy Code
|
|---|
Public Class MergedCellsCollection |
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.UndoableCollection(CellRange)
MindFusion.Spreadsheet.MergedCellsCollection
See Also