12-01-2021 03:53 AM - edited 12-01-2021 03:59 AM
Dear All,
I would like to know how can I add string constant in the first row first column. I would like to write here "Parameters" in the empty cell.
Thanking you in advance!
Best regards,
Abhishek
Solved! Go to Solution.
12-01-2021 04:16 AM
I don't think you can do this directly.
What you could probably do is place a transparent string indicator over that cell. You should be able to set the ActiveCell property to -1,-1 and then use the active cell position and size properties to place the string indicator.
You might need to handle panel resizes, etc.
12-01-2021 04:22 AM
Thanks for the quick response!
I will go through it