The properties of the Argument class are listed here.
ContainerClass | Template class used in C++ for the targets of vector or matrix arguments. | |
Name | Name of the argument, as it will appear in the Excel Formula Wizard |
Signature | The signature of the argument, including its dimensions and constraints. |
Description | Description of the argument, as it will appear in the Excel Formula Wizard. | |
ResourceId | ID of language-independent text resource used for the argument's name in the Excel Formula Wizard. | |
ShowPopupInFormulaWizard | Sets whether the argument should have a popup button in the Formula Wizard. |
DefaultValueText | Default value used for argument if it is empty or missing. | |
UseDefault | Controls whether the argument is optional. |
CellUseDefault | Controls which cells in an array should be treated as missing. | |
FillArray | Controls how empty cells in an array are handled. | |
RejectNullArray | If this flag is set to true, then an empty array will be rejected. | |
TruncateArray | Controls which cells cause the converter to truncate the array at that point. | |
UBoundInner | Controls the values of upper bound constraints. | |
VectorDirection | Controls whether a vector input is required to be in a row or a column, or is not constrained. |
ShowValueListInFormulaWizard | Controls whether a value list is used to validate inputs. | |
ValueList | Contains a list of value/description pairs. | |
ValueListIsExclusive | Controls whether a value list is used to validate inputs. |