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