using xlColumnField from C#

C

Costa Ciprian

Hi

I am creating a new Excel document with a pivot table from C# using interop.
I want to format the created tables (set the dimensions on the row and
column axis).
Problem is that seting the Orientation property of a PivotField object to
the value xlColumnField does the same thing as xlRowField.

Any explanation or workaround would be greatly apreciated
Thanks,
Cipri
 
Top