Table in PPTX

I would like to get some information in creating table in PPTX.

In PPT there is no need to create a double array as in PPTX.

In PPTX we need to pass double arrays as argument i,e. column and row widths while creating. Is there easy way to do tables in PPTX as in PPT

Used code in PPT:

Table table = slide.Shapes.AddTable(xPosition, yPosition, tableWidth, tableHeight, columnCount,.....

Hi,


The only way availble to add table is in case of PPTX is the one you have already mentioned. The double arrays used in case of PPTX table to hold column and row size. Please follow the link below for your kind reference.

http://www.aspose.com/documentation/.net-components/aspose.slides-for-.net/creating-a-table-from-scratch-1.html


Many Thanks,