View Single Post
  #3   Report Post  
Posted to microsoft.public.word.tables
Shweta Shweta is offline
external usenet poster
 
Posts: 5
Default Not able to continue table to the next page

Hi,

Is there is any way by which i can also apply some positioning to the table
and can continue table to the next page.Because when I select wrap text to
False through the code positioning of the table get disturbed

"Stefan Blom" wrote:

Wrapped tables was introduced in Word 2000, but the ability for
wrapped tables to continue on the following page was not introduced
until later (in Word 2003, I think). In other words, you may have to
set the WrapAroundText property to FALSE instead.

However, you may also want to try the following: On the Format menu,
click Columns. Click the "One" option, even if it already appears to
be selected, and then click OK.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
I am using Wprd with VSTO. Through code i have created a table of 4

rows and
4 columns and set following property
Table1.Rows.wrapAroundText = -1;
Still when i start inserting rows in to table through editor it

works well.
But when table reaches to the end of the page then instead of

continuing to
the
next page it starts inserting rows from the first rows