Formats applied to empty cells ANYWAY?
Hi,
i've set a currency format
and applied it to a specific column (say, column #2)
Now, if any of the cells from column 2 is empty, or filled with blanks, the format is applied anyway, resulting in the cell showing "0,00" instead of null as I'd like.
What am I doing wrong?
Thanks, ciao
Diabolik
i've set a currency format
var money = new AW.Formats.Number;
money.setTextFormat(\"#.###,##\");
and applied it to a specific column (say, column #2)
obj.setCellFormat(money, 2);
Now, if any of the cells from column 2 is empty, or filled with blanks, the format is applied anyway, resulting in the cell showing "0,00" instead of null as I'd like.
What am I doing wrong?
Thanks, ciao
Diabolik
Diabolik
February 28,