<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
DisableFormat ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Allows to prevent some kind of formating. The default value is []. Read/write TFormatOptions
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property DisableFormat: TFormatOptions;
Παρατηρήσεις
<κλάση div="indent">
<κλάση div="txt">
TFormatOption = (foBorders, foNumberFormat, foFont, foAlignment);
<κλάση div="txt">
TFormatOptions = set of TFormatOption;
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example sets DisableFormat to prevent change Font and NumberFormat
<κλάση pre="code">
GridToXLS1.DisableFormat := [foFont, foNumberFormat];
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software