'Declaration <FlagsAttribute()> Public Enum DragDropMode Inherits System.Enum
'Usage Dim instance As DragDropMode
[Flags()] public enum DragDropMode : System.Enum
'Declaration <FlagsAttribute()> Public Enum DragDropMode Inherits System.Enum
'Usage Dim instance As DragDropMode
[Flags()] public enum DragDropMode : System.Enum
Member | Description |
---|---|
All | Allow user to drag and drop any range of cells, column(s) and row(s). |
Column | Allow user to drag and drop column(s). |
None | Not allow user to drag and drop. |
Range | Allow user to drag and drop a range of cells. |
Row | Allow user to drag and drop row(s). |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.DragDropMode