[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.MergedCellSelectionPolicy

MergedCellSelectionPolicy Enum

Represents the type of selection when working with merge cells.

Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public enum MergedCellSelectionPolicy
Public Enum MergedCellSelectionPolicy

Fields

Name Description
Contained

Specifies that the selection is contained in the range.

Default

Specifies the default behavior for the selection.

Ignore

Specifies that the selection will ignore the merge cell.

Intersected

Specifies that the selection contains all ranges that intersect with the selected range.