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.
|