View Single Post
  #5  
Old August 2nd, 2006, 11:30 AM posted to microsoft.public.word.tables
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Not able to continue table to the next page

The best you can do with an "un-wrapped" table is to indent it from
the left margin, or specify it to be right- or center-aligned (on the
Table tab of Table | Table Properties).

--
Stefan Blom
Microsoft Word MVP


"Stefan Blom" wrote in message
...
Unfortunately, no.

--
Stefan Blom
Microsoft Word MVP


"Shweta" wrote in message
...
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