How to programmly get each member in the dropzone's ChartFeild?

I

Ivanchain

I could use dropzone(3).ChartFields.count to know howmany fields there. But I
want to get eah member's Name of the ChartField.

I tried the dropzone(3).ChartFields(0)., but very little property there, I
only found the dropzone(3).ChartFields(0).PivotObject may be what I want.
But how to use the PivotObject?

Thanks.
 
Top