Does anybody know the EPPlus equivalent of interop code:
pivotTable.DataPivotField.Orientation = Excel.XlPivotFieldOrientation.xlColumnField;
Which moves the values from the rows to the columns.
(Manually you'd set this in Excel by dragging the Values from the rows to the columns)