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.TranslationChanged(TdxSpreadSheetFormatSettings) Method

Updates format settings for the spreadsheet function repository.

#Declaration

Delphi
procedure TranslationChanged(AFormatSettings: TdxSpreadSheetFormatSettings);

#Parameters

Name Type
AFormatSettings TdxSpreadSheetFormatSettings

#Remarks

Use this method to apply new settings to all functions within the spreadsheet’s functions repository. The TranslationChanged method accepts new settings, which include, but are not limited to, the R1C1Reference, DateTimeSystem, and TFormatSettings values. The TranslationChanged method accepts the updated data settings as the AFormatSettings parameter.

See Also