The LnCellType enumeration contains the type of the cells in the data table of a workbook.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Normal. Ordinary cell. |
| 1 | Splice. The cell that is a data source for the resulting spliced series. |
| 2 | DiffersFromSource. The cell containing the value different from the value of the series in database. |
| 4 | Forecast. The cell containing forecast values. |
The enumeration can be used to set up different cell types formatting style.
See also: