Skip to main content

TdxSpreadSheetCustomFormula.FormatSettings Property

Provides access to the formula expression’s source text string parsing format settings.

Declaration

property FormatSettings: TdxSpreadSheetFormatSettings read;

Property Value

Type
TdxSpreadSheetFormatSettings

Remarks

This property stores the format settings that determine how the formula controller parses a particular formula expression, such as the currency format, array/decimal separator, and parameter list delimiter characters, etc.

See Also