Back to Devexpress

TdxSpreadSheetCommentContainer.Cell Property

vcl-dxspreadsheetcontainers-dot-tdxspreadsheetcommentcontainer.md

latest1.0 KB
Original Source

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

TdxSpreadSheetCommentContainer Class

TdxSpreadSheetCommentContainer Members

dxSpreadSheetContainers Unit