rowFirstUnitOrient
layout rowFirstUnitOrient string { "Horizontal" | "Vertical" }
Description
Sets the Row Orientation radio button in the Definition section of the Create – P&R Objects – Row form.
The valid values are Horizontal and Vertical. The default is Horizontal.
GUI Equivalent
Examples
envGetVal("layout" "rowFirstUnitOrient")
envSetVal("layout" "rowFirstUnitOrient" 'string "Vertical")
Related Topics
Return to top