tj_aew
Oct 11, 2022Copper Contributor
Status:
New
Allow a custom function to opt into doing all of its own argument validation
Currently, when a custom function provides type information for its parameters, Excel does some basic validation. For instance, if you say the parameter's type is `number` and the user provides `"x"`...
JamesDuley
Oct 18, 2022Copper Contributor
I see. Are the proper types visible to the user anywhere? I've been using `any` quite liberally assuming the type isn't visible to the user except via this built-in validation.