How to Edit the cloned table

using (Presentation presentation = new Presentation(source + “MyPPTAspose.pptx”))
{
ISlideCollection slidescollection = presentation.Slides;
ITable slide19tbl = slidescollection[index].Shapes.AddTable(2, 2, Colwidths, Rowwidths);

slide19tbl[0, 0].TextFrame.Paragraphs[0].Portions[0].Text = string.Format("{0}", “A”);
slide19tbl[1, 0].TextFrame.Paragraphs[0].Portions[0].Text = string.Format("{0}", “B”);
slidescollection.AddClone(presentation.Slides[0]);
}

now how can i add text to table in slide 2?
Please Help

Hi,


I have observed your comments. Can you please share sample presentation, so that i can help you to resolve your issue.

Best Regards,