Table of Contents

TImplementedFunction.TImplementedFunction Constructor

Creates a new TImplementedFunction with supplied values.

Syntax

Namespace: FlexCel.Core

public TImplementedFunction(Int32 aId, String aFunctionName, Int32 aMinArgCount, Int32 aMaxArgCount)

Parameters

<-> Parameter Type Description
aId Int32 Formula ID
aFunctionName String Formula Name
aMinArgCount Int32 Minimum argument count for the function.
aMaxArgCount Int32 Maximum argument count for the function.

See also