Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetFunctionInfo.Token Field

Stores the function signature’s XLS token.

#Declaration

Delphi
Token: Word

#Field Value

Type
Word

#Remarks

The XLS spreadsheet document format supports only a limited subset of all Microsoft Excel-compatible functions found in modern spreadsheet document formats. Each unique XLS function token corresponds to the function that the XLS format supports. XLS export routines call the spreadsheet function repository‘s GetInfoByID function internally to replace XLSX-specific functions with the most similar XLS-compatible functions.

The TdxSpreadSheetFunctionsRepository.Add procedure uses the AToken parameter value to initialize the Token field of a newly created function signature.

See Also