Determines how to allow the resizing of cells by the user.
Property AllowCellResizing As eAxes
atb.AllowCellResizing[ = eAxes ]
Settings
Valid settings for the AllowCellResizing property are:
| Value | Constant | Remarks |
| 0 | None | No cell resizing allowed |
| 1 | Horizontal | User may resize cell widths |
| 2 | Vertical | User may resize cell heights |
| 3 | Both | User may resize everything |