Spread Silverlight Documentation
AcceptsMissingArgument Method (CalcReceivedFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcReceivedFunction Class : AcceptsMissingArgument Method
Indicates whether the Evaluate method can process missing arguments.
Syntax
'Declaration
 
Public Overrides Function AcceptsMissingArgument( _
   ByVal i As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As CalcReceivedFunction
Dim i As System.Integer
Dim value As System.Boolean
 
value = instance.AcceptsMissingArgument(i)
public override System.bool AcceptsMissingArgument( 
   System.int i
)

Parameters

i
See Also

Reference

CalcReceivedFunction Class
CalcReceivedFunction Members