Add .getItemAt functionality to PivotTableCollection
Most collection objects in the JavaScript API have a .getItemAt method. This allows you to access user-created objects without having to know how they're named. PivotTableCollection lacks this method.
1
vote
