swapRowMode
layoutXL.APAssist swapRowMode boolean { t | nil }
Description
Controls the swap mode. When set to t, all objects in the selected rows are swapped. When set to nil, the positions of the selected objects are swapped.
GUI Equivalent
Examples
envGetVal("layoutXL.APAssist" "swapRowMode")
envSetVal("layoutXL.APAssist" "swapRowMode" 'boolean t)
Related Topics
Return to top