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.