Skip to main content

TdxSpreadSheetCustomFormulaController.FormatSettings Property

Provides access to format settings used to parse formula expressions.

Declaration

property FormatSettings: TdxSpreadSheetFormatSettings read;

Property Value

Type Description
TdxSpreadSheetFormatSettings

Stores spreadsheet format settings for parser routines.

Remarks

You can use the FormatSettings property to configure parser-related settings (including locale-specific separators, date/time format, etc.).

Available Options

Use FormatSettings.ArraySeparator, FormatSettings.DecimalSeparator, and FormatSettings.ListSeparator properties to explicitly specify required separator characters. In addition, you can use the FormatSettings.CurrencyFormat property to specify a currency format pattern.

Refer to the TdxSpreadSheetFormatSettings class description for detailed information on all available options.

See Also