HotXLS-dokumentaatio

DisableFormat ominaisuus

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

Syntaksi

property DisableFormat: TFormatOptions;

Huomautukset

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

Esimerkki

This example sets DisableFormat to prevent change Font and NumberFormat

DataToXLS1.DisableFormat := [foFont, foNumberFormat];