Online Documentation for Advanced Data Export .NET

QExportBase.ColumnsAlign


 

protected SqlManager.QExport.Collections.StringListCollection ColumnsAlign {get; set;}

 

Description

Property ColumnsAlign is used in QExportHTML, QExportRTF, QExportPDF and QExportTXT (if ExportType is etTXT), and defines the alignment of the exported cells. Set the alignment in the following format: <Column_Name>=Left|Center|Right, e.g. if COLUMN_1=Center, then column COLUMN_1 will aligned center.