Skip to main content

TdxSpreadSheetCustomView.Containers Property

Provides access to the floating container collection created within the current worksheet.

Declaration

property Containers: TdxSpreadSheetContainers read;

Property Value

Type
TdxSpreadSheetContainers

Remarks

You can use this property to access and manage the floating containers within the worksheet.

Refer to the TdxSpreadSheetContainers class description for more information.

See Also