xlStatus
layoutXL xlStatus boolean { t | nil }
Description
Sets the XL Status column in the Navigator assistant to display by default.
The default is t, which means the XL Status column is displayed in the Navigator assistant by default.
GUI Equivalent
Examples
envGetVal("layoutXL" "xlStatus")
envSetVal("layoutXL" "xlStatus" 'boolean t)
envSetVal("layoutXL" "xlStatus" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top