XLL+ Class Library (7.0)

Settings.DefaultFillArrayBehavior

Array fill behavior applied by default to array arguments

Remarks

When an argument is edited so that it becomes a vector or matrix, the fill behavior selected in this property will automatically be applied to it.

DefaultFillArrayBehavior must be set to one of the following flags:

Flag Description
None Empty cells are discarded (if array truncation settings allow it) or rejected.
FillUsedArea All empty cells within the used area are filled with the default value. The used area is defined as being the smallest rectangular area which includes all populated cells and also the origin (0, 0).
FillAll All empty cells are filled with the default value.

See Also

Settings Model | Settings Properties | Argument truncation flags