TdxSpreadSheetEditHyperlinkDialogForm.SelectedCell Property
Provides access to the cell selected in the target worksheet.
Declaration
property SelectedCell: TdxSpreadSheetCell read;
Property Value
Type |
---|
TdxSpreadSheetCell |
Remarks
This property returns nil if a floating container has focus in the target worksheet; otherwise – the SelectedCell property returns the focused cell. The “Hyperlink Edit” dialog uses this property to identify if the focused cell matches the target hyperlink’s hot area.
See Also