Enum CellMergeState
Defines the merge state of a cell, indicating whether it is standalone, the top-left anchor, or a covered cell in a merged range.
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum CellMergeState
NonTopLeftCellInMergedRange
Cell is covered by a merged range and does not display content independently.
NotMerged
Cell is not part of any merged range.
TopLeftCellInMergedRange
Cell is the top-left anchor of a merged range, displaying the content for the entire range.