CGXWorksheetFunctions Class Members

Construction

 CGXWorksheetFunctions Constructs a CGXWorksheetFunctions object.

Overridables

 LookupFunction This virtual method is called from the formula engine to search for a function. You should override this methode in your derived class and return Lookup(text, fn_table, sizeof(fn_table));

Static Helper Routines

 Lookup Searches a function entry in a given keyword table. The keyword table must be sorted alphabetically.
 SortTable Sorts a keyword table alphabetically.

CGXWorksheetFunctions

Class Overview