Online Documentation for Advanced Data Export .NET
QExportXLS.StripType
public enum XlsStripType
{
ssNone,
ssCol,
ssRow
}
public SqlManager.QExport.XLS.XlsStripType StripType {get; set;}
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.