GrapeCity.Xaml.CalcEngine
AcceptsError Method (CalcFunction)


Index of the argument
Indicates whether the function can process CalcError values.
Syntax
'Declaration
 
Public Overridable Function AcceptsError( _
   ByVal i As Integer _
) As Boolean
'Usage
 
Dim instance As CalcFunction
Dim i As Integer
Dim value As Boolean
 
value = instance.AcceptsError(i)
public virtual bool AcceptsError( 
   int i
)

Parameters

i
Index of the argument

Return Value

true if the function can process CalcError values for the specified argument; false otherwise.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcFunction Class
CalcFunction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options