Documentazione HotXLS

DisableFormat proprietà

Allows to prevent some kind of formating. The default value is []. Read/write TFormatOptions

Sintassi

proprietà DisableFormat: TFormatOptions;

Osservazioni

TFormatOption = (foBorders, foNumberFormat, foFont, foAlignment);
TFormatOptions = set of TFormatOption;

Esempio

This example sets DisableFormat to prevent change Font e NumberFormat

DataToXLS1.DisableFormat := [foFont, foNumberFormat];