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

dxSpreadSheetFeatureFunctionPrefix Constant

In This Article

Specifies a string prepended to an XLSX name token of each registered spreadsheet function signature that corresponds to a function introduced in Microsoft Excel® 2010 and later.

#Declaration

Delphi
const dxSpreadSheetFeatureFunctionPrefix = '_xlfn.';

#Remarks

XLSX import and export routines prepend this global constant value to the public names of certain registered function signatures to ensure compatibility with Microsoft Excel® 2010 and later.

The spreadsheet function signature’s GetPrefix function returns this global constant value instead of an empty string if the signature requires an XLSX name token prefix.

See Also