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

Parameters

test
The test.
See Also

Reference

CalcIfFunction Class
CalcIfFunction Members