specifies that the gridded layout first populates all regions in the first column
before moving on the next column.
Example
obj.layout_gridded(order_type: 'column_major');
ROW_MAJOR
specifies that the gridded layout first populates all regions in the row before
moving on the next row.
Example
obj.layout_gridded(order_type: 'row_major');
Default
ROW_MAJOR
Restriction
ORDER_TYPE is valid only in PRINTER destinations.
ROWS: number | numeric variable
specifies the fixed number of rows in the gridded layout.
number is a positive integer.
numeric-variable is the name ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.