View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Costa Ciprian Costa Ciprian is offline
external usenet poster
 
Posts: 1
Default using xlColumnField

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