Skip to main content
A newer version of this page is available. .

VerticalGridExtension.ExportToCsv Method

Name Parameters Description
ExportToCsv(VerticalGridSettings, Object, CsvExportOptionsEx) static settings, dataObject, exportOptions Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object, Boolean, CsvExportOptionsEx) static settings, dataObject, saveAsFile, exportOptions Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object, String, CsvExportOptionsEx) static settings, dataObject, fileName, exportOptions Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object, String, Boolean, CsvExportOptionsEx) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object, String) static settings, dataObject, fileName Exports the VerticalGrid’s data to CSV format, based on the provided settings.
ExportToCsv(VerticalGridSettings, Object) static settings, dataObject Exports the VerticalGrid’s data to CSV format, based on the provided settings.