Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table in word, Colum width?
Message
From
24/10/2000 10:38:08
 
 
To
24/10/2000 10:33:34
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00432936
Message ID:
00433487
Views:
17
Thanks

Now how can I center the table on the page?


Peter

see you in Milwaukee

>>Now I have a table (I finally went with autofit)
>>but anyway the first 3 rows are to be bold and flagged as header so they repeat
>>The macro recorder doe not work in table. It lets me not select anything within a mile of the table.
>>
>>Peter
>
>To set all the cells in a row with bold, use:
>
>FOR EACH oCell IN oTable.Rows[].Cells
> oCell.Range().Font.Bold = .T.
>ENDFOR
>
>To make a group of rows the table heading, use something like, set each one's HeadingFormat property to .T.
>
>Tamar
Peter Cortiel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform