If I put a DateTime value into an Excel cell using Range.set_value
through .Net COM Interop, and then retrieve the value of that same cell using Range.get_value
, the Millisecond part of the value is not returned, though everything else is correct.
Is this a bug?
What is the workaround? I'm guessing that using the Value2 property instead might help. Has anybody else tried this?