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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top