TdxSpreadSheetCustomDataFormat Class
The base class for data formats used in the Spreadsheet and Report Designer controls.
Declaration
TdxSpreadSheetCustomDataFormat = class(
TObject
)
Remarks
This class implements the functionality required by the TdxSpreadSheetCellDataFormat class.
The TdxSpreadSheetCustomDataFormat class extends its ancestor with the FormatCode and FormatCodeID properties that allow you to assign a particular data format by either its name string or hexadecimal code.
The TdxSpreadSheetCustomDataFormat object is not referenced by any property in the Spreadsheet or Report Designer control. Use the TdxSpreadSheetCellDataFormat class instead.
Inheritance
TObject
TdxSpreadSheetCustomDataFormat
See Also