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


In This Topic
    DragDropMode Enumeration
    In This Topic
    Indicates which user can drag and drop.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum DragDropMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As DragDropMode
    [Flags()]
    public enum DragDropMode : System.Enum 
    Members
    MemberDescription
    AllAllow user to drag and drop any range of cells, column(s) and row(s).
    ColumnAllow user to drag and drop column(s).
    NoneNot allow user to drag and drop.
    RangeAllow user to drag and drop a range of cells.
    RowAllow user to drag and drop row(s).
    Inheritance Hierarchy

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

    See Also