Adding content to a table cell

Hello,
I want to know how to add content to a cell in a table.
The table is generated with the add_table method from the code samples.
Thank you for your help

@gifton

Please move the cursor to the table’s cell and insert the desired content. We suggest you please read the following articles.
Moving to a Table Cell
Use DocumentBuilder to Insert Document Elements
Introduction and Creating Tables

This is very helpful thank you! Is there an example in Ruby?

@gifton

Unfortunately, the example in Ruby is not available. However, you can check the examples in C# and Java from following Github links.