[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellSpanSelectionPolicy

CellSpanSelectionPolicy Enum

Sets the type of selection model when working with spans.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum CellSpanSelectionPolicy
Public Enum CellSpanSelectionPolicy

Fields

Name Description
Contained

Specifies that the selection is contained in the range.

Default

Specifies the default behavior for the selection.

IgnoreSpan

Specifies that the selection will ignore the spanned cell

Intersected

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