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