Hi,
In order to set the space between the table borders and the text in the cells, you would nees to set the Padding property of the CellStyle. The following line of code can be used to accomplish the same:
table.CellStyle.Padding.All=0.10;
Let me know if you have any additional questions further.
Thanks and Regards,
Pragati Kaushik