Return Value
The current value of the cell, which can be:
- A null reference (for a
CellTypes.Blank
cell type). - A System.String (for a
CellTypes.Label
cell type). - A System.Double (for a
CellTypes.Number
cell type). - One of the values in the
BiffCellBoolErrValues
enumeration (for aCellTypes.BoolErr
cell type).