EMS logo

Produits

Advanced Data Export .NET

Notre statut de partenariat

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

Documentation en ligne

TQExport3XLS.StripType

TQExport3XLS      See also



type 
  TxlsStripType = (ssNone, ssCol, ssRow);

property StripType: TxlsStripType;

Description
The StripType property defines, if property StripStyles
should be applied to columns or rows of the result Excel sheet. If StripType is ssNone, then StripStyles are not used, if StripType is ssCol, then StripStyles are applied to the sheet columns, and if StripType is ssRow, then StripStyles are applied to the sheet rows. Note, that if StripType is not ssNone, then all the FieldFormats are ignored, except the Aggregate property.