[]
Specifies whether the user should be able to drag rows and columns with the mouse.
public enum AllowDraggingEnum
| Name | Description |
|---|---|
| Both | The user may drag rows and columns with the mouse. |
| Columns | The user may drag columns with the mouse. |
| None | The user may not drag rows or columns. |
| Rows | The user may drag rows with the mouse. |