1
Answer

facing difficulties when creating table in word c#

Photo of prabhu

prabhu

6y
611
1
Iam  using Interop dll
I able to access 
 
objTable.Cell(3, 6).Range.Text= "Read Point/Test Result"; 
but when i try merge 3.7 or try to write text in Cell(3,7)
 objTable.Cell(3, 7).Range.Text= "Read Point/Test Result"; //error
 
but i have  3 more columns after (3,6 )
 
Error:The requested member of the collection does not exist. c# in system interop
 
Please help on this 
 
 

Answers (1)