示例#1
0
 /**
  * Constructor used when copying a workbook
  *
  * @param nc the number to copy
  */
 protected BooleanRecord(BooleanCell nc)
     : base(Type.BOOLERR, nc)
 {
     value = nc.getValue();
 }
 /**
  * Constructor used when copying a workbook
  *
  * @param nc the number to copy
  */
 protected BooleanRecord(BooleanCell nc)
     : base(Type.BOOLERR, nc)
 {
     value = nc.getValue();
 }