Skip to main content

TdxSpreadSheetFunctionsRepository.TranslationChanged(TdxSpreadSheetFormatSettings) Method

Updates format settings for the spreadsheet function repository.

Declaration

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