TdxSpreadSheetCommentContainer.Cell Property
In This Article
Specifies the cell object associated with the comment container.
#Declaration
Delphi
property Cell: TdxSpreadSheetCell read; write;
#Property Value
Type |
---|
Tdx |
#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