TdxSpreadSheetCustomCommentNavigationAction Class
In This Article
The base class for action classes that implement all comment container navigation commands.
#Declaration
Delphi
TdxSpreadSheetCustomCommentNavigationAction = class(
TdxSpreadSheetCustomCommentAction
)
#Remarks
This class is the direct ancestor of the TdxSpreadSheetNextComment and TdxSpreadSheetPreviousComment classes.
You do not need to create instances of the TdxSpreadSheetCustomCommentNavigationAction class. Use its descendants instead.
#Inheritance
Show 14 items
See Also