Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcIfFunction Class / FindTestArgument Method


In This Topic
    FindTestArgument Method (CalcIfFunction)
    In This Topic
    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