Skip to main content

TdxSpreadSheetObjectList Class

The base class for classes that implement collections used in the ExpressSpreadSheet Suite.

Declaration

TdxSpreadSheetObjectList = class(
    TdxSpreadSheetPersistentObject
)

Remarks

This class extends its ancestor with properties and methods that allow you to:

You do not need to create instances of the TdxSpreadSheetObjectList class. Use its descendants instead.

See Also