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

TdxSpreadSheetCommentContainer.Cell Property

Specifies the cell object associated with the comment container.

#Declaration

Delphi
property Cell: TdxSpreadSheetCell read; write;

#Property Value

Type
TdxSpreadSheetCell

#Remarks

You can use this property to:

  • Identify a cell object to which the comment is attached;

  • Associate the comment container with another cell object.

Note

If the Cell property value changes, the comment container an arrow connects it to the upper-left corner of the specified cell object while the comment position does not change.

See Also