set Width property of total axis -
10-28-2004
, 03:59 AM
i'm manipulating pivot table properties with my vb6 application.
I need to find the width of the column of a measure in the total axis.
i've used:
PivotTable1.ActiveView.Totals.Item(0).Width
but it return 0
Which is the correct property? |