SpreadsheetGear 2023
CurrentFunctionName Property (IArguments)


SpreadsheetGear.CustomFunctions Namespace > IArguments Interface : CurrentFunctionName Property
Returns the name of the function which is currently being evaluated.
Syntax
'Declaration
 
ReadOnly Property CurrentFunctionName As System.String
'Usage
 
Dim instance As IArguments
Dim value As System.String
 
value = instance.CurrentFunctionName
System.string CurrentFunctionName {get;}
Remarks
Use IArguments.CurrentFunctionName to determine the name of the function currently being evaluated. This is useful when implementing the default custom function (a function with a name of "*").
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

Reference

IArguments Interface
IArguments Members