ITable to Table / Table from ITable /C# /Slides

Hey,

Can you help me with getting Table from ITable.
So I have a shape what is an ITable and I need to convert it to regular C# Table object.

Thanks in advance!

@lukasz.regulski,

I have observed your requirements and like to share that there is no mechanism for converting Aspose.Slides generated Table to normal C# Table. You need to access presentation table and make your own routine to parse the PowerPoint table using Aspose.Slides and populate the C# table. Please visit documentation link Manage Table for your convenience to access PowerPoint tables.