HotXLS-dokumentaatio
Sisältö
Etusivu
Yleiskatsaus
TGridToXLS
IXLSWorkbook
Etusivu
Sisältö
Yleiskatsaus
DisplayZeros ominaisuus
Returms or sets the value which specifies whether zero values are displayed for the specified Worksheet. Read/write Boolean
Syntaksi
property DisplayZeros: boolean;
Esimerkki
This example toggles the display of zero values in the first sheet
Workbook.Sheets[1].DisplayZeros := not(Workbook.Sheets[1].DisplayZeros);
Copyright © 2010-2026 losLab Software