cloneArrayRowOrColValue
layoutXL cloneArrayRowOrColValue cyclic { "Row" | "Column" }
Description
Specifies whether the clones are placed in an array arrangement based on the maximum number of clones allowed per Row or Column.
GUI Equivalent
|
Number of clones per Row/Column (Clone Array Settings Form) |
Examples
envGetVal("layoutXL" "cloneArrayRowOrColValue")
envSetVal("layoutXL" "cloneArrayRowOrColValue" 'cyclic "Row")
envSetVal("layoutXL" "cloneArrayRowOrColValue" 'cyclic "Column")
Related Topics
List of Layout XL Environment Variables
Return to top