Back to Devexpress

dxSpreadSheetFunctions Unit

vcl-dxspreadsheetfunctions.md

latest2.3 KB
Original Source

dxSpreadSheetFunctions Unit

Classes

NameDescription
TdxSpreadSheetFunctionInfoA function signature in the spreadsheet function repository.
TdxSpreadSheetFunctionsRepositoryStores all function signatures available to the spreadsheet formula engine.

Enums

NameDescription
TdxSpreadSheetFunctionTypeEnumerates available categories in the functions repository.

Methods

NameDescription
dxSpreadSheetFunctionsRepositoryProvides 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

NameDescription
TdxSpreadSheetFunctionThe procedural type for implementation routines of spreadsheet function signatures.
TdxSpreadSheetFunctionParamInfoThe procedural type for syntax specification in spreadsheet function signatures.