Skip to main content

TdxSpreadSheetFunctionInfo Fields

A function signature in the spreadsheet function repository.
Name Description
AvailableInContainerControls Specifies if the function signature is available for use in a container control.
DescriptionPtr Stores a pointer to the resource string that contains the function’s short description.
Name Stores the function signature’s Microsoft Excel-compatible name token.
NamePtr Stores a pointer to the resource string that contains the function signature’s public name token.
ParamInfo Stores a reference (in Delphi) or pointer (in C++Builder) to the routine that defines the function syntax.
PrefixID Stores a value that indicates which XLSX name token prefix the function signature requires.
Proc Stores a reference (in Delphi) or pointer (in C++Builder) to the routine that implements the function signature.
ResultKind Specifies the type of a result that the function implementation routine is designed to return.
Token Stores the function signature’s XLS token.
TypeID Stores the category to which the function signature belongs.
See Also