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

TdxSpreadSheetFunctionsRepository.GetInfoByID(Integer) Method

Provides access to the first occurrence of a registered function signature with the specified XLS token.

#Declaration

Delphi
function GetInfoByID(const ID: Integer): TdxSpreadSheetFunctionInfo;

#Parameters

Name Type
ID Integer

#Returns

Type
TdxSpreadSheetFunctionInfo

#Remarks

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

See Also