Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcFunction Class / FindBranchArgument Method
The test.


In This Topic
    FindBranchArgument Method (CalcFunction)
    In This Topic
    Finds the branch argument.
    Syntax
    'Declaration
     
    Public Overridable Function FindBranchArgument( _
       ByVal test As Object _
    ) As Integer
    'Usage
     
    Dim instance As CalcFunction
    Dim test As Object
    Dim value As Integer
     
    value = instance.FindBranchArgument(test)
    public virtual int FindBranchArgument( 
       object test
    )

    Parameters

    test
    The test.
    See Also