TImplementedFunction Class
Data of an implemented formula function.
Syntax
Unit: FlexCel.Core
TImplementedFunction = class(TFlexCelObject);
Constructors
Name |
Description |
Create |
Creates a new TImplementedFunction with supplied values.
|
Properties
Name |
Description |
Id |
Formula ID. (Excel specific) |
FunctionName |
Formula Name.
|
MinArgCount |
Minimum argument count for the function.
|
MaxArgCount |
Maximum argument count for the function.
|