How to change width of colums output by HTMLData method?

M

MirekH

I tried to change width of pivottable columns and it seems that it doesen't
work.
The html output always look the same whatever I do.
Any ideas? I tried:

MyPivotTab.ActiveView.RowAxis.FieldSets("MyField").Width=200

I use OWC10 and ASP.NET (.NET Framework 1.1)
 
Top