Spread Silverlight Documentation
AcceptsMissingArgument Method (CalcMatchFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcMatchFunction Class : AcceptsMissingArgument Method
Index of the argument
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 CalcMatchFunction
Dim i As System.Integer
Dim value As System.Boolean
 
value = instance.AcceptsMissingArgument(i)
public override System.bool AcceptsMissingArgument( 
   System.int i
)

Parameters

i
Index of the argument
See Also

Reference

CalcMatchFunction Class
CalcMatchFunction Members