Skip to main content

TdxSpreadSheetContainer Class

The base class for all classes that implement floating containers.

Declaration

TdxSpreadSheetContainer = class(
    TdxSpreadSheetPersistentObject
)

Remarks

This class implements the functionality common to the shape, picture, text box, and comment containers.

`

The TdxSpreadSheetContainer class has the following members that allow you to:

Do not use the TdxSpreadSheetContainer class directly. Use its descendants instead.

Call a worksheet’s Containers.Add method and pass a reference to a required container class to create the corresponding container.

A worksheet’s Containers.Items property provides indexed access to individual floating containers. To expose a container’s type-specific members, cast a container to the corresponding TdxSpreadSheetContainer class descendant.

See Also