Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
AllowColumnReorder Property
See Also Example Applies To
Returns or sets a value that determines if the user can reorder columns using the mouse.
Syntax
object.AllowColumnReorder [= boolean]
The AllowColumnReorder property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| boolean | A Boolean expression specifying if the user can reorder columns, as shown in Settings. |
Settings
The settings for boolean are:
| Constant | Description |
| False | (Default) User can't reorder columns. |
| True | Users can reorder columns. |