MindFusion.Wpf Pack Programmer's Guide
Cell.IsMerged Property
See Also
 





Gets a value indicating whether this cell is part of a merged cell.

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

 Syntax

C#  Copy Code

public bool IsMerged { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsMerged As Boolean

 Property Value

true if the cell is part of a merged cell range; otherwise, false.

 See Also

Cell Members
Cell Class
MindFusion.Spreadsheet.Wpf Namespace