Field LoadOrder
Order in which to load data into form instances in a display. Indicates how data is to be loaded into forms that are repeated in a display.
Valid Values
A 1-character code, as shown in the table below:
Code |
Meaning |
R |
“Row major” order (left-to-right, top-to-bottom–default) |
C |
“Column-major” order (top-to-bottom, left-to-right) |