TImplementedFunctionList Class
Holds a list of currently implemented formula functions on FlexCel.
Syntax
Unit: FlexCel.Core
TImplementedFunctionList = class(System.Generics.Collections.TObjectDictionary<System.Integer, _UFormulaTokens.TImplementedFunction.TImplementedFunction>);
Constructors
Name |
Description |
Create |
Creates and initializes a list with all implemented functions.
|