Click or drag to resize
PicoXLSX

CellResolveCellType Method

Method resets the Cell type and tries to find the actual type. This is used if a Cell was created with the CellType DEFAULT or automatically if a value was set by Value. CellType FORMULA will skip this method and EMPTY will discard the value of the cell

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+979f63df73597c59a561adf6eaf77d31604cfe2e
Syntax
C#
public void ResolveCellType()
See Also