Posted 2 March 2022, 4:47 am EST
Hello, all
I have the following problem:
I use the following line of code: set_cell(row, 18, CellSettings.flexcpbackcolor, Color.FromArgb(255,255,255,255))
When row is greater than 0, then it works correctly, only the specified cell is made white.
But when I specify row = 0, the entire row is painted.
Is this a known issue? What can be done?
Thank you