public XSSFPivotTable() : base() { pivotTableDefinition = new CT_PivotTableDefinition(); pivotCache = new XSSFPivotCache(); pivotCacheDefinition = new XSSFPivotCacheDefinition(); pivotCacheRecords = new XSSFPivotCacheRecords(); }
public void SetPivotCache(XSSFPivotCache pivotCache) { this.pivotCache = pivotCache; }