|
1 | 1 | ---
|
2 | 2 | title: Export to Excel with GridViewSpreadStreamExport
|
3 | 3 | page_title: Export to Excel with GridViewSpreadStreamExport - WinForms GridView Control
|
4 |
| -description: WinForms GridView utilizes the RadSpreadStreamProcessing library to export grids that contain significant amount of data. |
| 4 | +description: WinForms GridView utilizes the RadSpreadStreamProcessing library to export grids that contain a significant amount of data. |
5 | 5 | slug: winforms/gridview/exporting-data/stream-export
|
6 | 6 | tags: spread,export,excel,xlsx
|
7 | 7 | published: True
|
@@ -29,7 +29,7 @@ The __GridViewSpreadStreamExport__ uses the [__RadSpreadStreamProcessing__](http
|
29 | 29 |
|
30 | 30 | # Exporting
|
31 | 31 |
|
32 |
| -To use the spread export functionality create an instance of the __GridViewSpreadStreamExport__ object. Pass as parameter the __RadGridView__ instance to export. Afterwards, the __RunExport__ method will trigger the export process. The latter method accepts as parameter the filename of the file to be exported and a [SpreadStreamExportRenderer](%slug winforms/telerik-presentation-framework/export-renderers/spreadstreamexportrenderer%) instance. |
| 32 | +To use the spread export functionality create an instance of the __GridViewSpreadStreamExport__ object. Pass as a parameter the __RadGridView__ instance to export. Afterward, the __RunExport__ method will trigger the export process. The latter method accepts as a parameter the filename of the file to be exported and a [SpreadStreamExportRenderer](%slug winforms/telerik-presentation-framework/export-renderers/spreadstreamexportrenderer%) instance. |
33 | 33 |
|
34 | 34 | #### Exporting the grid.
|
35 | 35 |
|
@@ -80,7 +80,7 @@ Each column in RadGridView has __ExcelExportType__ property which can be used fo
|
80 | 80 |
|
81 | 81 | ### CellFormatting
|
82 | 82 |
|
83 |
| -This event occurs for every cell that is being exported. It can be used for styling the cells or applying custom format to the cells values. |
| 83 | +This event occurs for every cell that is being exported. It can be used for styling the cells or applying a custom format to the cells values. |
84 | 84 |
|
85 | 85 | #### Using the CellFormatting event
|
86 | 86 |
|
@@ -198,6 +198,10 @@ End Sub
|
198 | 198 |
|
199 | 199 | Occurs when the export process completes. This event is suitable for notifying the user that the exported operation is now completed.
|
200 | 200 |
|
| 201 | +### ChildViewExporting |
| 202 | + |
| 203 | +Occurs when a child view will be exported. This event is suitable for checking whether a child view will be exported or not. |
| 204 | + |
201 | 205 | # Asynchronous Export
|
202 | 206 |
|
203 | 207 | This feature can be utilized by calling the __RunExportAsync__ method on the __GridViewSpreadStreamExport__ object. In addition there are two events that fire when this export method is used:
|
|
0 commit comments