Position of Pivottable FieldList

R

Reinfried Englmair

Can I set the position of the PivotTable fieldlist with
VBscript or JavaScript?

In the HTMLcode I make this with

<x:FieldListTop>300</x:FieldListTop>
<x:FieldListLeft>760</x:FieldListLeft>
<x:FieldListBottom>860</x:FieldListBottom>
<x:FieldListRight>1030</x:FieldListRight>

Thank's to all.
 
Top