1
Answer

Creating Table in word using interop dll

prabhu

prabhu

6y
581
1
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.. 
Answers (1)