Exemplo n.º 1
0
        public XWPFTableRow CloneRow()
        {
            XWPFTableRow clonedRow = new XWPFTableRow(ctRow.Copy(), this.table);

            table.AddRow(clonedRow);
            return(clonedRow);
        }