Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellSpanSelectionPolicy Enumeration


CellSpanSelectionPolicy Enumeration
Sets the type of selection model when working with spans.
Syntax
'Declaration
 
Public Enum CellSpanSelectionPolicy 
   Inherits System.Enum
 
'Usage
 
Dim instance As CellSpanSelectionPolicy
Members
MemberDescription
ContainedSpecifies that the selection is contained in the range.
DefaultSpecifies the default behavior for the selection.
IgnoreSpanSpecifies that the selection will ignore the spanned cell
IntersectedSpecifies that the selection contains all ranges that intersect with the selected range.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellSpanSelectionPolicy

See Also