Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel row formatting
Message
 
 
To
30/06/2008 08:22:08
Alan Harris-Reid
Baseline Data Services
Devon, United Kingdom
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01327612
Message ID:
01327616
Views:
10
>I have an object reference to a worksheet (loCurrentSheet), for which I would like to set the font.bold property to .T. for an entire row. Can anyone tell me the syntax please?
loCurrentSheet.Rows("6:6").EntireRow.Font.Bold = .T.
* or
loCurrentSheet.Rows(6).EntireRow.Font.Bold = .T.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform