Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table in word, Colum width?
Message
De
24/10/2000 10:33:34
 
 
À
23/10/2000 16:40:50
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00432936
Message ID:
00433483
Vues:
18
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform