Spread Silverlight Documentation
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 System.Integer
'Usage
 
Dim instance As CalcIfFunction
Dim value As System.Integer
 
value = instance.FindTestArgument()
public override System.int FindTestArgument()

Return Value

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

Reference

CalcIfFunction Class
CalcIfFunction Members