EEPlus-数据透视设置

时间:2018-10-25 06:39:35

标签: c# epplus

我有一个包含很多字段的数据透视表。

我需要通过以下代码在以下图片中设置属性:

enter image description here

此刻,我以这种方式添加一个字段:

ExcelPivotTableField fieldSupplier = pivotTable.Fields[1];
fieldSupplier.SubTotalFunctions = eSubTotalFunctions.None;

//INSERT CODE HERE

pivotTable.RowFields.Add(fieldSupplier);

我需要通过代码访问并设置“布局和打印”页面中的属性。

0 个答案:

没有答案