Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / VLookupFunctionInfo Class / AcceptsMissingArgument Method


In This Topic
    AcceptsMissingArgument Method (VLookupFunctionInfo)
    In This Topic
    Indicates whether the Evaluate method can process missing arguments.
    Syntax
    'Declaration
     
    
    Public Overrides Function AcceptsMissingArgument( _
       ByVal i As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As VLookupFunctionInfo
    Dim i As Integer
    Dim value As Boolean
     
    value = instance.AcceptsMissingArgument(i)
    public override bool AcceptsMissingArgument( 
       int i
    )

    Parameters

    i
    See Also