In versions higher than 1.0.10 when I try to add a table with
document.AddTable(2, 2);
as shown in the example, I get an error:
Object reference not set to an instance of an object.
at OfficeIMO.Word.WordTable.get_Rows()
Version 1.0.10 seems to work.
Thanks
In versions higher than 1.0.10 when I try to add a table with
document.AddTable(2, 2);as shown in the example, I get an error:
Object reference not set to an instance of an object.
at OfficeIMO.Word.WordTable.get_Rows()
Version 1.0.10 seems to work.
Thanks