<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
DisplayHeadings ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Επιστρέφει or sets whether a classic XLS worksheet view displays row numbers and column letters. Read/write Boolean
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property DisplayHeadings: Boolean;
Παρατηρήσεις
<κλάση div="indent">
<κλάση div="txt">
This property controls the worksheet view flag saved in the BIFF WINDOW2 record. It does not affect printed row and column headings; use PageSetup.PrintHeadings for printing
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example saves the worksheet without row and column headings in the window view
<κλάση pre="code">
Workbook.Sheets[1].DisplayHeadings := False;
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software