I spilt the cell of table using following code
Microsoft.Office.Interop.Word.Table objTable;
objTable.Cell(3,2).Split(1, 2);
but Dono how to place text each part of the spilt cell
Please help on this thanks in advance..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Salman BegPosted Jan 24, 2019, 9:56 AM