viaUseRowColDefault
layout viaUseRowColDefault boolean { t | nil }
Description
Lets you manage how to set the values in the Rows and Columns fields in the Create Via form and lets you use the edited values in the Create Via form.
The default is t. When set to nil, you can force the rows and columns values by setting values in the environment variables, viaRows and viaColumns.
GUI Equivalent
Examples
envGetVal("layout" "viaUseRowColDefault")
envSetVal("layout" "viaUseRowColDefault" 'boolean nil)
Related Topics
Return to top