<< Return to Main Index

< Return to Class Index

class CGXDefaultWorksheetFunctions: public CGXWorksheetFunctions

The Objective Grid Formula Engine comes with over 240 built-in worksheet functions.

In order to enable all built-in functions, you should call

   GXEnableWorksheetFunctions();

from your applications InitInstance method. GXEnableWorksheetFunctions instantiates the CGXDefaultWorksheetFunctions class. This class has a lookup table with all built-in worksheet functions.

See CGXWorksheetFunctions how to add your own worksheet functions or how to provide only a subset of the built-in worksheet functions to the end user.

#include <gxall.h>

See Also

CGXWorksheetFunctions GXEnableWorksheetFunctions