Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetContainers.AddCommentContainer(TdxSpreadSheetCell,Untyped) Method

Creates a new floating comment container attached to the specified cell object.

#Declaration

Delphi
procedure AddCommentContainer(ACell: TdxSpreadSheetCell; out AContainer); overload;

#Parameters

Name Type
ACell TdxSpreadSheetCell
AContainer

#Remarks

If the cell object passed as the ACell parameter, either has a comment container or is located within another Table View worksheet, the AddCommentContainer method raises the EdxSpreadSheetError exception.

As in the Add method case, the overloaded procedure’s AContainer parameter returns a container object of the actual type (a TdxSpreadSheetCommentContainer object) instead of a generic container object.

See Also