FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / SumProductFunctionInfo Class / AcceptsReference Method


In This Topic
AcceptsReference Method (SumProductFunctionInfo)
In This Topic
Indicates whether the Evaluate method can process references.
Syntax
'Declaration
 
Public Overrides Function AcceptsReference( _
   ByVal i As Integer _
) As Boolean
 
'Usage
 
Dim instance As SumProductFunctionInfo
Dim i As Integer
Dim value As Boolean
 
value = instance.AcceptsReference(i)

Parameters

i
See Also