Set cell width in table by percentage

Is it possible to set the width of the cells in a table based on what percentage of the table they should take up? or can the cells only be sized by pixels? 


1 Reply

SB Sneha Biju Syncfusion Team January 3, 2024 10:50 AM UTC

Hi Natalie,

According to the Syncfusion DocIO library, it uses Points as the unit of measurement for properties in a Word document. Therefore, you can set the cell width using the Width property by providing a Points value.

However, if you still want to set the cell width based on a percentage value of the table, you can calculate the corresponding points value and then set it in Width property.

Regards,
Sneha.


Loader.
Up arrow icon