Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / MergedCellSelectionPolicy Enumeration


In This Topic
    MergedCellSelectionPolicy Enumeration
    In This Topic
    Represents the type of selection when working with merge cells.
    Syntax
    'Declaration
     
    Public Enum MergedCellSelectionPolicy 
       Inherits System.Enum
    'Usage
     
    Dim instance As MergedCellSelectionPolicy
    public enum MergedCellSelectionPolicy : System.Enum 
    Members
    MemberDescription
    ContainedSpecifies that the selection is contained in the range.
    DefaultSpecifies the default behavior for the selection.
    IgnoreSpecifies that the selection will ignore the merge cell.
    IntersectedSpecifies that the selection contains all ranges that intersect with the selected range.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.MergedCellSelectionPolicy

    See Also