Skip to content

functionSignatures

function functionSignatures(mode?): PublicFunctionSignatures;

Return details on supported worksheet functions.

This converts terse internal signatures into a data structure for public (external) consumption. The function signatures are filtered so they only include functions supported by Apiary.

number

Filter returned functions to only include those available in the given mode(s). Default is no filter.

PublicFunctionSignatures