FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / SumIfFunctionInfo Class / AcceptsMissingArgument Method


In This Topic
AcceptsMissingArgument Method (SumIfFunctionInfo)
In This Topic
Indicates whether the Evaluate method can process missing arguments.
Syntax
'Declaration
 
Public Overrides Function AcceptsMissingArgument( _
   ByVal i As Integer _
) As Boolean
 
'Usage
 
Dim instance As SumIfFunctionInfo
Dim i As Integer
Dim value As Boolean
 
value = instance.AcceptsMissingArgument(i)

Parameters

i
See Also