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 System.String _
) As System.Boolean
public System.bool IsValidFunctionName( 
   System.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 8.1, Windows 8.1, Windows 8, 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

View on GitHub