Specifies whether a Column object can be sized at run time by the user. Available at design time; read/write at run time.
Column.Resizable[ = lExpr] |
Return Value
- lExpr
-
The settings for the Resizable property are:
Setting Description True (.T.)
The Column object is sizable.
False (.F.)
(Default) The Column object cannot be sized by the user.
Remarks
Applies To: Column