Hi guys,
I try to add a table to a pptx. presentation using Aspose.Slides >NET version 7.5.1.0 . For ppt the function slide.Shapes.AddTable works, and it returns an Aspose.Slides.Table that i can latter edit, but if “slide” is an istance of SlideEx, AddTable returns an just an int. Can you please help me add table to the pptx slide?
Thanks