Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellSpanSelectionPolicy Enumeration


In This Topic
    CellSpanSelectionPolicy Enumeration
    In This Topic
    Sets the type of selection model when working with spans.
    Syntax
    'Declaration
     
    
    Public Enum CellSpanSelectionPolicy 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellSpanSelectionPolicy
    public enum CellSpanSelectionPolicy : System.Enum 
    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