public XWPFTableRow CloneRow() { XWPFTableRow clonedRow = new XWPFTableRow(ctRow.Copy(), this.table); table.AddRow(clonedRow); return(clonedRow); }