TdxSpreadSheetFormatSettings Class
Stores spreadsheet format settings for parser routines.
Declaration
TdxSpreadSheetFormatSettings = class(
TdxSpreadSheetCustomFormatSettings
)
Remarks
This class extends its ancestor with the following members that allow you to:
Specify array, list, and decimal separator characters (ArraySeparator, ListSeparator, and DecimalSeparator).
Obtain a function name from a resource string (GetFunctionName.
Specify the currency format and line break characters (CurrencyFormat and BreakChars).
Specify if the R1C1 reference format is active (R1C1Reference).
Inheritance
TObject
TdxSpreadSheetCustomFormatSettings
TdxSpreadSheetFormatSettings
See Also