Skip to content

Commit 5362993

Browse files
authored
Merge pull request #635 from telerik/DinkoK-patch-6
Update spreadstream-export.md
2 parents 511330b + 3ab835f commit 5362993

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

controls/gridview/exporting-data/spreadstream-export.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Export to Excel with GridViewSpreadStreamExport
33
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.
55
slug: winforms/gridview/exporting-data/stream-export
66
tags: spread,export,excel,xlsx
77
published: True
@@ -29,7 +29,7 @@ The __GridViewSpreadStreamExport__ uses the [__RadSpreadStreamProcessing__](http
2929

3030
# Exporting
3131

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

3434
#### Exporting the grid.
3535

@@ -80,7 +80,7 @@ Each column in RadGridView has __ExcelExportType__ property which can be used fo
8080

8181
### CellFormatting
8282

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

8585
#### Using the CellFormatting event
8686

@@ -198,6 +198,10 @@ End Sub
198198

199199
Occurs when the export process completes. This event is suitable for notifying the user that the exported operation is now completed.
200200

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+
201205
# Asynchronous Export
202206

203207
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

Comments
 (0)