GrapeCity.Xaml.CalcEngine
AcceptsMissingArgument Method (CalcFunction)


Index of the argument
Indicates whether the Evaluate method can process missing arguments.
Syntax
'Declaration
 
Public Overridable Function AcceptsMissingArgument( _
   ByVal i As Integer _
) As Boolean
'Usage
 
Dim instance As CalcFunction
Dim i As Integer
Dim value As Boolean
 
value = instance.AcceptsMissingArgument(i)
public virtual bool AcceptsMissingArgument( 
   int i
)

Parameters

i
Index of the argument
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcFunction Class
CalcFunction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options