I
Ian
I am using Microsoft.Office.Interop.Word to build a Word document in a
Windows Forms Application.
How can I set the AllowBreakAcrossPages property in C# for a particular row
in a Word table.
Here is the VB equivalent:
tableNew.Rows(3).AllowBreakAcrossPages = False
but I cannot get C# to take it.
Thanks
Ian
Windows Forms Application.
How can I set the AllowBreakAcrossPages property in C# for a particular row
in a Word table.
Here is the VB equivalent:
tableNew.Rows(3).AllowBreakAcrossPages = False
but I cannot get C# to take it.
Thanks
Ian