Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4XLS.StripType
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.
See also: