Sets Value without boxing and bypasses the Converter. The method does not support type conversions.
You can set Int32 on int?-cells; String on IComparable-cells; but you CAN NOT set Byte on an Int32-cell or any
other thing that requires explicit or implicit conversions.