TdxSpreadSheetCommentContainer.Cell Property
Specifies the cell object associated with the comment container.
Declaration
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