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.PrefixID Field

Stores a value that indicates which XLSX name token prefix the function signature requires.

#Declaration

Delphi
PrefixID: Integer

#Field Value

Type
Integer

#Remarks

This field value defines the GetPrefix function’s result:

Value Description XLSX Name Token Prefix
0 The function signature implements a custom function or a function introduced in Microsoft Excel® 2007 or earlier. An empty string.
1 The function signature implements a function introduced in Microsoft Excel® 2010 or later. The dxSpreadSheetFeatureFunctionPrefix global constant value.

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

See Also