Пример #1
0
 public bool Equals(ST_RefMode other)
 {
     if (other == (ST_RefMode)null)
     {
         return(false);
     }
     return(this._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
 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;
 }
Пример #4
0
 static ST_RefMode()
 {
     ST_RefMode.A1   = new ST_RefMode("A1");
     ST_RefMode.R1C1 = new ST_RefMode("R1C1");
 }
Пример #5
0
 static ST_RefMode()
 {
     A1   = new ST_RefMode("A1");
     R1C1 = new ST_RefMode("R1C1");
 }