Written by: Hien Chris Do Last Modified: 5/1/97 (this file last modified 7/18/2006) Source code and documentation Copyright © 1997 by Hien Chris Do
Label Cell Type: This cell type stores the string representation for the cell. Its numeric value is 0.0 so any calculation that involves a cell of type Label will be returned a 0.0 for the cell's numeric value. Label cell types are displayed in black in the spread sheet applet.
Numeric Cell Type: This cell type stores the cell's numeric representation as a type double. Its string value is the string representation of the numeric value. Numeric cell types are displayed in blue in the spread sheet applet.
Formula Cell Type: This cell type stores the result of the calculated formula as a type double. It's string value is the string representation of the formula itself and not the resulting calculation of the formula. Formula cell types are displayed in red in the spread sheet applet. This cell type must be start with an "=" to be recognized as a Formula cell type. Writing formulas are discussed below.