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

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.


See also:
QExportXLS
QExportXLS Properties
QExportXLS Methods
QExportXLS Events