Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AutoFitWidth in ExcelML
Message
From
18/03/2013 13:34:42
 
 
To
16/03/2013 19:09:00
General information
Forum:
Microsoft Office
Category:
Excel
Environment versions
Microsoft Office:
Office 2010
Miscellaneous
Thread ID:
01568605
Message ID:
01568726
Views:
27
This should work:
loExcel = CREATEOBJECT ("Excel.Application")
...
loExcel.Columns.EntireColumn.AutoFit()
>In ExcelML, I see there is an AutoFitWidth attribute at the column level. But, this does not seem to work. In order for the content of the cell to be fully represented, we have to define a Width. So, I am wondering what AutoFitWidth serves for. And, also, I would like to know how to have the auto width to work when we do not know the width of the content which will appear in the cell.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform