Allows to prevent some kind of formating. The default value is []. Read/write TFormatOptions
Syntaxe
property DisableFormat: TFormatOptions;
Remarques
TFormatOption = (foBorders, foNumberFormat, foFont, foAlignment);
TFormatOptions = set of TFormatOption;
Exemple
This example sets DisableFormat to prevent change Font and NumberFormat
DataToXLS1.DisableFormat := [foFont, foNumberFormat];