1: Which is the best event to get back a grid's cell style such as bold,italic etc? I want a toolbar button to change its down state if the cell contains bold text for instance. I use the OnGetCellColor to change a colorselector drop down according to what the cell's colour state is but not sure of the correct event for this one.
2: How do I set any cell's text to bold in the first place?
Righto, I had left off the brackets around fsbold so that cured that problem.
My problem is understanding which of the events to use as there are so many in there. So presumably then I check the state of colour/styles etc all within the GetCellColor event?
I used this to make the button stay up or down when the cell is chosen: