Hello,
I am running the following piece of code to create a Table in Power Point Presentation. The code itself is running fine. The Problem it is taking much time to create this table.
I suspect the main issue is with the border of myTable.cell.
Is there a quick way to set the border of myTable.cell in a fast way, I mean at once? The way I found I need to setup one by one (ppBorderTop, ppBorderBottom, ppBorderRight, ppBorderLeft), maybe this is causing the issue? Does anybody have any idea why it is so slow? am I doing anything wrong here impacting the performance of the table creation?
Bookmarks