Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetContainer Class

The base class for all classes that implement floating containers.

#Declaration

Delphi
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