Hi. I dont know the exact version of my PivotCube but i need to do a procedure to realise an export to OpenOffice. I've used the export in Excel, adding another parameter (the pivotGrid) and used the public properties, so that the procedure wont depend on the private members of the PivotGrid class. The only problem i got is two private members that i still didnt figure out how to access. The members are : FMeasureCellInfo and FHeaderCellInfo in the PivotGrid_SRC.pas.
Now the simplest solusion i think of is to add two public properties for those two private members so i can simply access them.
I hope that we can solve this little problem and looking farward for a response.