TdxSpreadSheetCustomContainerAction Class
The base class for all action classes that implement floating container manipulation commands.
Declaration
TdxSpreadSheetCustomContainerAction = class(
TdxSpreadSheetCustomEditAction
)
Remarks
This class does not introduce any new public members. The TdxSpreadSheetCustomContainerAction class implements the check for the container editing permission in the active worksheet (cell sorting is available only if the worksheet’s CanEditContainers function returns True), in addition to the command availability condition checks implemented by the TdxSpreadSheetCustomContainerAction class’ ancestors.
You do not need to create instances of the TdxSpreadSheetCustomContainerAction class. Use its descendants (TdxSpreadSheetEditComment, TdxSpreadSheetInsertPicture, TdxSpreadSheetNewComment, TdxSpreadSheetNextComment, TdxSpreadSheetPreviousComment, and TdxSpreadSheetShowHideComments) instead.