<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
DisplayZeros ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Returms or sets the value which specifies whether zero values are displayed for the specified Worksheet. Read/write Boolean
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property DisplayZeros: boolean;
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example toggles the display of zero values in the first sheet
<κλάση pre="code">
Workbook.Sheets[1].DisplayZeros := not(Workbook.Sheets[1].DisplayZeros);
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software