[]
        
(Showing Draft Content)

AllowDragging Enumeration

AllowDragging Enumeration

Specifies constants that define the row/column dragging behavior.

Enumeration members

Enumeration members

Both

Both: = 3

The user may drag rows and columns.

Columns

Columns: = 1

The user may drag columns.

None

None: = 0

The user may not drag rows or columns.

Rows

Rows: = 2

The user may drag rows.