Ejemplo n.º 1
0
 public bool Equals(ST_EditAs other)
 {
     if (other == null)
     {
         return(false);
     }
     return(_ooxmlEnumerationValue == other._ooxmlEnumerationValue);
 }
Ejemplo n.º 2
0
 static ST_EditAs()
 {
     twoCell  = new ST_EditAs("twoCell");
     oneCell  = new ST_EditAs("oneCell");
     absolute = new ST_EditAs("absolute");
 }
Ejemplo n.º 3
0
 static ST_EditAs()
 {
     ST_EditAs.twoCell  = new ST_EditAs("twoCell");
     ST_EditAs.oneCell  = new ST_EditAs("oneCell");
     ST_EditAs.absolute = new ST_EditAs("absolute");
 }