TImplementedFunction.Create Constructor
Creates a new TImplementedFunction with supplied values.
Syntax
Unit: FlexCel.Core
constructor TImplementedFunction.Create(const aId: Integer; const aFunctionName: string; const aMinArgCount: Integer; const aMaxArgCount: Integer);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aId |
Integer |
Formula ID |
const |
aFunctionName |
string |
Formula Name |
const |
aMinArgCount |
Integer |
Minimum argument count for the function. |
const |
aMaxArgCount |
Integer |
Maximum argument count for the function. |
See also