<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
DisplayFormulas ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Επιστρέφει or sets whether a classic XLS worksheet view displays formulas instead of formula results. Read/write Boolean
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property DisplayFormulas: Boolean;
Παρατηρήσεις
<κλάση div="indent">
<κλάση div="txt">
This property controls the worksheet view flag saved in the BIFF WINDOW2 record. It does not change formulas, cached values, or calculation behavior
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example saves the worksheet so Excel opens it showing formula text
<κλάση pre="code">
Workbook.Sheets[1].Range['A1', 'A1'].Formula := '=1+2';
Workbook.Sheets[1].DisplayFormulas := True;
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software