Hi,
We re trying to fix the display in our spreadsheets.
We frequently need NOT to display zero values.
For that purpose we use the property ZeroValues in our spreadsheets :
Spread.OptionsView.ZeroValues:=False (or true).
But whatever the boolean we set our zeroValues are always visible.
Can you help us telling the correct way to use the property ?
Thanks.
Xavier PATOIT
Nota :
When we use some formatting (eg : Acell.Style.DataFormat.FormatCode := '[BLACK]#,##0.00;[RED]-#,##0.00;;' the result is ok.
We re presently using VCL 15.1.6 and DelphiXE2