DevExpress v24.2 Update — Your Feedback Matters Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release. Take the survey Not interested cxExportVGLink Unit Implements global procedures that allow you to export vertical grid data in different formats. #Methods Name Description 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.