ColumnLines Property
Shows or hides the lines between columns. Available at design time and run time.
Control.ColumnLines[ = lExpr]
Property Values
- lExpr
Specifies whether lines separating columns are displayed. The settings for the ColumnLines property are:Setting Description True (.T.) (Default) The lines between columns are visible. False (.F.) The lines between columns are hidden.
See Also
ColumnWidths Property | ColumnOrder Property | Columns Property
Applies To: ComboBox Control | ListBox Control