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.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum CellMergeState

Fields

NonTopLeftCellInMergedRange

Cell is covered by a merged range and does not display content independently.

Declaration

cs-api-definition
NonTopLeftCellInMergedRange = 2

Field Value

CellMergeState

NotMerged

Cell is not part of any merged range.

Declaration

cs-api-definition
NotMerged = 0

Field Value

CellMergeState

TopLeftCellInMergedRange

Cell is the top-left anchor of a merged range, displaying the content for the entire range.

Declaration

cs-api-definition
TopLeftCellInMergedRange = 1

Field Value

CellMergeState