i need to check with mousdown event or mouseup event, if i have clicked on header column with the name GIORNI.
in effect i need to restrict event only if i click on GIORNI
similar in pseudo code:
if i click on GIORNI then
call my code
end if
in effect i need to restrict event only if i click on GIORNI
similar in pseudo code:
if i click on GIORNI then
call my code
end if