[]
Indicates which user can drag and drop.
[Flags]
public enum DragDropMode
<Flags>
Public Enum DragDropMode
| 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). |