XLL+ Class Library

XllDriver.GetFunctionName

Converts an Excel built-in function number to a name

[VB]
Public Function GetFunctionName( _
   ByVal xlfn As Long _
) As String 

Parameters

xlfn

The numeric ID of the built-in Excel function.

Remarks

This method can be useful when building or debugging an Excel emulator.

Requirements

Library: pslxld01.dll

See Also

XllDriver Class | XllDriver Methods | IExcelEmulator interface