You can specify an additional
option to determine the order/orientation of the array to the Excel range
(Dim. Order). This option is used primarily when:- the array is a square matrix (two dimensions of the same size), or
- the array is dynamic and either or both dimensions can change at run
time.
You can select the following array mappings: - Automatic. The Excel component tries to dynamically
match the array dimension sizes with the selected range size at execution
time (i.e., it is possible that at times the array can be mapped directly
and at other times it can be transposed).
- Regular. The Excel component maps the array
directly as you would see it (i.e., first dimension is rows, second dimension
is columns).
- Transposed. The Excel component transposes
the array to map it (i.e., first dimension is columns, second dimension
is rows).
|