/** * Removes a paragraph of this tablecell * @param pos */ public void RemoveParagraph(int pos) { paragraphs.RemoveAt(pos); ctTc.RemoveP(pos); }