[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.DragDropMode

DragDropMode Enum

Indicates which user can drag and drop.

Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
[Flags]
public enum DragDropMode
<Flags>
Public Enum DragDropMode

Fields

Name 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).