by AlexZencovich » Fri Aug 31, 2007 5:56 pm
var
Value : string;
Value := TPivotGrid.Cells[Col,Row];
There is string result because property may return at number as string value (for row/column headers or in case of custom formating)
Col,Row is parameters of OnDataCellDblClick event handler
Best regards,
Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment