'Usage Dim instance As FunctionInfo Dim i As Integer Dim value As Boolean value = instance.AcceptsError(i)
Parameters
- i
- Index of the argument
Return Value
true if the function accepts CalcError values for the specified argument; false otherwise
'Usage Dim instance As FunctionInfo Dim i As Integer Dim value As Boolean value = instance.AcceptsError(i)