예제 #1
0
 public bool Equals(ST_CalcMode other)
 {
     if (other == null)
     {
         return(false);
     }
     return(_ooxmlEnumerationValue == other._ooxmlEnumerationValue);
 }
예제 #2
0
 public CT_CalcPr()
 {
     this.calcModeField       = ST_CalcMode.auto;
     this.fullCalcOnLoadField = false;
     this.refModeField        = ST_RefMode.A1;
     this.iterateField        = false;
     this.iterateCountField   = ((uint)(100));
     this.iterateDeltaField   = 0.001D;
     this.fullPrecisionField  = true;
     this.calcCompletedField  = true;
     this.calcOnSaveField     = true;
     this.concurrentCalcField = true;
 }
예제 #3
0
 static ST_CalcMode()
 {
     manual      = new ST_CalcMode("manual");
     auto        = new ST_CalcMode("auto");
     autoNoTable = new ST_CalcMode("autoNoTable");
 }
예제 #4
0
 public CT_CalcPr()
 {
     this.calcModeField = ST_CalcMode.auto;
     this.fullCalcOnLoadField = false;
     this.refModeField = ST_RefMode.A1;
     this.iterateField = false;
     this.iterateCountField = ((uint)(100));
     this.iterateDeltaField = 0.001D;
     this.fullPrecisionField = true;
     this.calcCompletedField = true;
     this.calcOnSaveField = true;
     this.concurrentCalcField = true;
 }