Make table transparent

Hi,

In my code i am adding a table. Table is fill with white color defaultly. I wants to remove the white color and make the table transparent. In Ms word i have the option to make shading fill is none. So want the same in aspose. So that document can show watermark.

Thank you

@Gptrnt

You can use CellFormat.Shading property to get a Shading object that refers to the shading formatting for the cell. Once you have shading object, you can use Shading.BackgroundPatternColor property to set the color of cell background.

If you still face problem, please ZIP and attach your input and expected output document here for our reference. We will then provide you more information about your query.