TdxSpreadSheetContainerClass Type
In This Article
The class-reference to the base floating container class.
#Declaration
Delphi
TdxSpreadSheetContainerClass = class of TdxSpreadSheetContainer;
#Referenced Class
Type |
---|
Tdx |
#Remarks
This class-reference is used to refer to both the generic and particular floating container classes, including the following TdxSpreadSheetContainer class descendants:
The Shape Container (TdxSpreadSheetShapeContainer);
The Picture Container (TdxSpreadSheetPictureContainer);
The Text Box Container (TdxSpreadSheetTextBoxContainer);
The Comment Container (TdxSpreadSheetCommentContainer).
The TdxSpreadSheetContainerClass type is referenced by the container collection‘s Add function.
See Also