[]
        
Represents the different types of spreadsheet cells supported by SpreadBuilder. This value is used with the Type property.
public enum CellTypes : byte
  Note that the Excel file format supports more cell types than those available in DDCell.
| Name | Description | 
|---|---|
| Blank | Represents a blank cell  | 
      
| BoolErr | Represents a cell, containing a boolean value  | 
      
| Label | Represents a cell, containing a string value  | 
      
| Number | Represents a cell, containing a numeric value  |