Split column

Hello,
Assuming I have the following collection { “a”, “b”, “c”, “d”, “e” }. How do I print it to a table like so:


| a | b |
| c | d |
| e | |

Thanks!

@gojanpaolo,

Please refer to the following section of documentation.
Creating table in Word document using Aspose.Words