Version

IsValidFunctionName Method

Gets a value indicating whether the specified function will be recognized and solved by Microsoft Excel when the workbook is saved out.
Syntax
'Declaration
 
Public Function IsValidFunctionName( _
   ByVal functionName As String _
) As Boolean
public bool IsValidFunctionName( 
   string functionName
)

Parameters

functionName
The case-insensitive name of the function.

Return Value

True if the function will be recognized in Microsoft Excel; False otherwise.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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