HotXLS Belgeleri
İçindekiler
Ana sayfa
Genel bakış
TGridToXLS
IXLSWorkbook
Ana sayfa
İçindekiler
Genel bakış
DisplayHeadings özellik
Döndürür or sets whether a classic XLS worksheet view displays row numbers and column letters. Read/write Boolean
Sözdizimi
property DisplayHeadings: Boolean;
Açıklamalar
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
Örnek
This example saves the worksheet without row and column headings in the window view
Workbook.Sheets[1].DisplayHeadings := False;
Copyright © 2010-2026 losLab Software