GrapeCity.Xaml.CalcEngine
FindTestArgument Method (CalcIfFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcIfFunction Class : FindTestArgument Method
Finds the test argument when this function is branched.
Syntax
'Declaration
 
Public Overrides Function FindTestArgument() As Integer
'Usage
 
Dim instance As CalcIfFunction
Dim value As Integer
 
value = instance.FindTestArgument()
public override int FindTestArgument()

Return Value

An index indicates the argument which would be treated as test condition
See Also

Reference

CalcIfFunction Class
CalcIfFunction Members