Hi, I tried reproducing the problem with minor changes, and was not able to reproduce the case. The code as follows:
<code>
Dim curcell As New FarPoint.Web.Spread.CurrencyCellType
curcell.NumberFormat = New System.Globalization.NumberFormatInfo()
curcell.NumberFormat.NumberDecimalDigits = 2
sv.Columns(3).CellType = curcell
</end of code>
Here, I initialized the NumberFormat with NumberFormatInfo object, and applied the CellType to the columns instead of the cell.
Please let me know if this resolves the problem.
Thanks,
~Jacob