[]
Determines whether the function accepts CalcMissingArgument values for the specified argument.
public virtual bool AcceptsMissingArgument(int i)
Public Overridable Function AcceptsMissingArgument(i As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | i | Index of the argument |
| Type | Description |
|---|---|
| bool | True if the function accepts CalcReference values for the specified argument; false otherwise |