TadvStringgrid's CopyToClipBoardAsHTML error

Hello TMS support team,

We create resume tabs with TadvStringGrid in our application and report them into a Word document through CopyToClipBoardAsHTML method and OLE command.

This worked perfectly with Delphi Tokyo but we got an issue with Delphi Rio when pasting Adv into Word document: columns are not fitted to text.

This problem was effective since the first compatible version of TMS for Rio (v9.0.1.0 to memory). The last version V10.0.2.0 don't resolve this error.

Do you have any idea if properties has to be modify ?

Here are Word samples with Adv screenshot in our application and result in Word:

Regards
Here are the good links:
Tokyo - https://drive.google.com/open?id=1IyGNwaKxrzarOOHwls_ADhlswA0XHROE
Rio - https://drive.google.com/open?id=1CwF0UgC13Qcp7gF8THuRfiOnP04jIIKh

I have retested this here with a default grid on the form and the code:

begin
  advstringgrid1.RandomFill(true);
  advstringgrid1.CopyToClipBoardAsHTML;
end;

and I cannot see a problem.
What is different in your grid / code...
I remove Adv of my form and add a new one. I also add adv's events and everything is alright !!!

Sorry, I could do that before asking...

Thank you