Posted 19 May 2022, 9:37 am EST - Updated 3 October 2022, 9:16 am EST
Hello,
I have a cell with content (image attached).
Please help figure out how to:
- When hovering over the cell content - then draw underline for the content
- When hovering over cell but outside cell content - do NOT draw underline for the content
- When drawing underline - control the thickness of the line, its color and distance from the content
- When clicking cell content - raise some sort of CellClicked event
- When clicking inside cell but outside content - do NOT raise cell clicked event
Sample image with single cell attached to illustrate my questions

PS:
a. GC.Spread.Sheets.CellTypes.HyperLink - answers 4 and 5, for 1-3 does not provide a way to draw or not draw underline as well as control line position
b. Worksheet.setHyperlink - does not look like making distinction between 1 and 2
