Help reading details from the pivot table

C

Chris Magoun

Greetings,

I am trying to read the values from the OWC PivotTable. I believe to do so I
have to get a reference to a PivotCell object, and then that cell's
DetailCells. However, the Cells property of PivotData requires me to have a
reference to a RowMember, and a ColumnMember. Unfortunately, my table looks
like this:


Total1 Total2 Total3
Client1 val11 val12 val13
Client2 val21 val22 val23
Client3 val31 val32 val33

Looking at my table, you see there are no columnmembers, just rowmembers,
and data. What am I missing?

Chris Magoun
 
Top