Esempio n. 1
0
 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;
 }
Esempio n. 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;
 }