示例#1
0
文件: Sheet.cs 项目: vardars/npoi
 public CT_PivotArea()
 {
     //this.extLstField = new CT_ExtensionList();
     //this.referencesField = new CT_PivotAreaReferences();
     this.typeField = ST_PivotAreaType.normal;
     this.dataOnlyField = true;
     this.labelOnlyField = false;
     this.grandRowField = false;
     this.grandColField = false;
     this.cacheIndexField = false;
     this.outlineField = true;
     this.collapsedLevelsAreSubtotalsField = false;
 }
示例#2
0
 public CT_PivotArea()
 {
     this.typeField = ST_PivotAreaType.normal;
     this.dataOnlyField = true;
     this.labelOnlyField = false;
     this.grandRowField = false;
     this.grandColField = false;
     this.cacheIndexField = false;
     this.outlineField = true;
     this.collapsedLevelsAreSubtotalsField = false;
 }