Online Documentation for Advanced Data Export .NET
QExportXLS.ExportStage
public enum XlsExportStage
{
// Fields
esAggregate = 4,
esCaption = 2,
esData = 3,
esFooter = 5,
esHeader = 1,
esNone = 0
}
public SqlManager.QExport.XLS.XlsExportStage ExportStage {get; set;}
Description
The ExportStage property indicates the stage of the export process. The following values are available: esNone - no export, esHeader - header exported, esCaption - captions exported, esData - data exported, esAggregate - aggregate functions exported, esFooter - footer exported.