Hi,
I have an other question, is it possibile to adjust the pivot column width to displayed contents?
I tryed the following ways but they didn't produce the expected result
powerPivot.SetAutofitColumns(true);
sheet.Columns().AdjustToContents(1, 100);
↧