Returms or sets the value which specifies whether zero values are displayed for the specified worksheet. Read/write Boolean.
Syntax
property DisplayZeros: boolean;
Example
This example toggles the display of zero values in the first sheet.
WorkBook.Sheets[1].DisplayZeros := not(WorkBook.Sheets[1].DisplayZeros);