Back to Devexpress

cxExportVGLink Unit

vcl-cxexportvglink.md

latest1.9 KB
Original Source

cxExportVGLink Unit

Implements global procedures that allow you to export vertical grid data in different formats.

Methods

NameDescription
cxExportVGToCSV(string,TcxCustomVerticalGrid,Boolean,Char,Integer,string,TObject,TEncoding)Exports content of a vertical grid control to a file in CSV (comma-separated values) format.
cxExportVGToExcel(string,TcxCustomVerticalGrid,Boolean,Boolean,Integer,string,TObject)Exports content of a vertical grid control to a file in Microsoft Excel® binary format (XLS).
cxExportVGToHTML(string,TcxCustomVerticalGrid,Boolean,Integer,string,TObject)Exports content of a vertical grid control to a file in HTML format.
cxExportVGToText(string,TcxCustomVerticalGrid,Boolean,Integer,string,TObject,TEncoding)Exports content of a vertical grid control to a file in plain text format.
cxExportVGToText(string,TcxCustomVerticalGrid,Boolean,string,string,string,Integer,string,TObject,TEncoding)Exports content of a vertical grid control to a file in plain text format.
cxExportVGToXLSX(string,TcxCustomVerticalGrid,Boolean,Boolean,Integer,string,TObject)Exports content of a vertical grid control to a file in Office Open XML format.
cxExportVGToXML(string,TcxCustomVerticalGrid,Boolean,Integer,string,TObject)Exports content of a vertical grid control to a file in XML format.