dxSpreadSheetFunctions Unit
Classes
| Name | Description |
|---|---|
| TdxSpreadSheetFunctionInfo | A function signature in the spreadsheet function repository. |
| TdxSpreadSheetFunctionsRepository | Stores all function signatures available to the spreadsheet formula engine. |
Enums
| Name | Description |
|---|---|
| TdxSpreadSheetFunctionType | Enumerates available categories in the functions repository. |
Methods
| Name | Description |
|---|---|
| dxSpreadSheetFunctionsRepository | Provides access to the repository of function signatures available to the spreadsheet formula engine. |
| dxSpreadSheetFunctionTypeNameAsResString(TdxSpreadSheetFunctionType) | Returns a pointer to the resource string that stores the name of the specified function category. |
| dxSpreadSheetFunctionTypeNameAsString(TdxSpreadSheetFunctionType) | Returns the specified function category‘s display name. |
Types
| Name | Description |
|---|---|
| TdxSpreadSheetFunction | The procedural type for implementation routines of spreadsheet function signatures. |
| TdxSpreadSheetFunctionParamInfo | The procedural type for syntax specification in spreadsheet function signatures. |