[]
Specifies constants that define the row/column dragging behavior.
public enum AllowDragging
Name | Description |
---|---|
Both | The user may drag rows and columns. |
Columns | The user may drag columns. |
None | The user may not drag rows or columns. |
Rows | The user may drag rows. |