Enumerations
Added in 1.12
Added in 1.11
Added in 1.10
Added in 1.9
Added in 1.8
Added in 1.7
These did appear in the Shared API but have since been removed
CustomFunctionValueType (Excel)
?
Excel.CustomFunctionValueType.string - A string type in Excel.
Excel.CustomFunctionValueType.Number ("number") - A number type in Excel, such as dates, currencies, and other numbers.
Excel.CustomFunctionValueType.Invalid ("invalid") - An invalid type in Excel.
Excel.CustomFunctionValueType.Boolean ("boolean") - A boolean type in Excel.
Excel.CustomFunctionValueType.IsoDate ("isodate") - An ISO Date in Excel.
CustomFunctionDimensionality (Excel)
?
Excel.CustomFunctionDimensionality.Scalar ("scalar") - A single cell's value in Excel.
Excel.CustomFunctionDimensionality.Matrix ("matrix") - A range of values in Excel, with one or more rows, and one or more columns. In JavaScript, a range is implemented as an array, where each array element is another array.
© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited TopPrevNext