How to add Rows side by side in word document (Aspose Words, C#.Net)

As I understand we don’t have Column in Aspose words, but I have requirements to add row side by side to add the Images in it.

I am using C#.Net to embed Images in cells. Image data coming in Foreach loop and I am creating cell and adding image in cell and ending the row. As I said image data coming in loop hence its creating another row below the First image embeded.
But that’s not expected and I need two row side by side.

Could you please help me how we can do this in Aspose words? Or any other way that we can use to achieve this.

@madoke

You can configure a section in MS Word document to have multiple text columns, the same you can achieve in Aspose.Words using PageSetup.TextColumns.

If you are working with tables, you can simply add one more cell into the row. Could you please attach your current and expected output along with your code? We will check the documents and suggest you a possible solution.