TdxSpreadSheetEditHyperlinkDialogForm.ActiveCell Property
Returns the cell that the target hyperlink uses as its hot area.
Declaration
property ActiveCell: TdxSpreadSheetCell read;
Property Value
Type |
---|
TdxSpreadSheetCell |
Remarks
This property returns nil if the target hyperlink uses a floating container as a hot area. Otherwise – the ActiveCell property returns the cell that contains the target hyperlink’s anchor text.
See Also