Gets a value indicating whether this cell is part of a merged cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsMerged { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsMerged As Boolean |
true if the cell is part of a merged cell range; otherwise, false.
See Also