how do i get a cell's value

E

Erez

hi there
i'm new to the pivot web component
if i know the row value and the column value, how do i
retrieve the value of the intersecting cell? (the total)?
thanx
Erez.
 
D

Dan Ricker

PivotTable1.ActiveData.Cells(objRowMember, objColumnMember)

Returns the PivotCell at the intersection of the two
members (not values, actual member object)
 
Top