GrapeCity.Xaml.CalcEngine
FindBranchArgument Method (CalcIfFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcIfFunction Class : FindBranchArgument Method
The test.
Finds the branch argument.
Syntax
'Declaration
 
Public Overrides Function FindBranchArgument( _
   ByVal test As Object _
) As Integer
'Usage
 
Dim instance As CalcIfFunction
Dim test As Object
Dim value As Integer
 
value = instance.FindBranchArgument(test)
public override int FindBranchArgument( 
   object test
)

Parameters

test
The test.
See Also

Reference

CalcIfFunction Class
CalcIfFunction Members