Skip to main content

TdxSpreadSheetCustomFormat Class

The base class for all classes that implement spreadsheet document file formats.

Declaration

TdxSpreadSheetCustomFormat = class(
    TObject
)

Remarks

This class provides the following methods that allow you to:

The TdxSpreadSheetCustomFormat class provides no format implementations. Create a descendant class to implement a spreadsheet document file format currently not supported by the ExpressSpreadSheet Suite.

Inheritance

TObject
TdxSpreadSheetCustomFormat
See Also