HotXLS dokumentacija

DisableFormat ypatybė

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

Sintaksė

property DisableFormat: TFormatOptions;

Pastabos

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

Pavyzdys

This example sets DisableFormat to prevent change Font and NumberFormat

DataToXLS1.DisableFormat := [foFont, foNumberFormat];