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.