TdxSpreadSheetCustomView.Containers Property
In This Article
Provides access to the floating container collection created within the current worksheet.
#Declaration
Delphi
property Containers: TdxSpreadSheetContainers read;
#Property Value
Type |
---|
Tdx |
#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