コード例 #1
0
 /**
  * Returns the content type of this cell
  *
  * @return the content type for this cell
  */
 public override CellType getType()
 {
     return(formula.getType());
 }