Hi Sushma,
I have observed your comments. I like to inform that each group shape is represented by Aspose.Slides.GroupShape class. It has Shapes collection which contains individual shapes i.e GroupShape.Shapes property. To ungroup them, just serialize individual shapes and remove them from GroupShape.Shapes collection and add them in Slide.Shapes collection.
Best Regards,