prabhu

prabhu

  • NA
  • 64
  • 11.4k

Creating Table in word using interop dll

Jan 24 2019 3:40 AM
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)