TdxSpreadSheetOptionsView.ZeroValues Property
In This Article
Specifies if zero values can be displayed by the cells objects with defined names, references or formula expressions.
#Declaration
Delphi
property ZeroValues: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Use this property to determine how the Spreadsheet control displays references to empty cells and formula expressions whose resulting value is zero. If the ZeroValues property is True, the cells containing formulas display zeros. Otherwise, these cells are blank as if nothing is contained within them.
Note
Each individual Table View worksheet has its own zero result value display setting represented by its Options.
The default value of the ZeroValues property is True.
See Also