Nevron.FormulaEngine Namespace / INFunction Interface / GetArgumentsInfo Method


GetArgumentsInfo Method
Syntax
'Declaration
 
Sub GetArgumentsInfo( _
   ByRef minCount As System.Integer, _
   ByRef maxCount As System.Integer _
) 
 
'Usage
 
Dim instance As INFunction
Dim minCount As System.Integer
Dim maxCount As System.Integer
 
instance.GetArgumentsInfo(minCount, maxCount)

Parameters

minCount
maxCount
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also