08-28-2018 02:00 AM
Hello everyone,
i am working on a project and there are a lot of tables to write values in them.
the problem is i have 5 tables and the code is the same for all tables but only in the first table
when i write the row headers 2 times the height of the cells are bigger ! (the first time no problem but when i go to this case for the second time the problem appears).
but the code is the same ! for all tables why only the first one
i tried to replace the table nothing solved
the only way i solved it is to write the default value of cells hight after writing row header for the first table so it will change the cells hight back to default !
has anyone this problem before. thanks
please see the photos
Solved! Go to Solution.
08-28-2018 02:25 AM
Are you sure that cells values nas no hidden CR/LF elements?
Looks like you have Auto Row Height enabled and write multilines values
08-28-2018 02:52 AM
i don't know how i forgot to disable auto height .. thank you very much
maybe because the others haven't any problem then i forgot to check this.. thanks it works now