Data type applied to new arguments
When new arguments are created in the XLL+ Function Wizard, they will initially be scalar values with this data type.
DefaultArgumentType may be set to any of the built-in data types:
| Type | Description |
|---|---|
| Boolean | Boolean value (true/false) |
| Double | Double-precision floating-point number |
| Int | 32-bit signed integer |
| Reference | A reference to a range of cells in Excel, or any value type |
| Short Int | 16-bit signed integer |
| String | A text string. Under Excel 2003 and below, an ASCII string limited to 255 characters in length. Under Excel 2007 and above, a Unicode string of up to 32767 characters in length. |
| Unsigned Short Int | 16-bit unsigned integer |
| Value | Any value type, or an array of values. |
| XlArray | An array of numbers. Empty cells will be passed as the value 0.0. |