Skip to content

Commit fb46fe8

Browse files
ES-975464 - Concerns addressed
1 parent 1eb2109 commit fb46fe8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ChangingRowHeight.png

52.2 KB
Loading
73.3 KB
Loading

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Private Sub ExportToExcel_Click(ByVal sender As Object, ByVal e As System.EventA
7676
End Sub
7777
```
7878

79-
![How to Change the Row Height for the Exported Excel Sheet in WinForms DataGrid](https://www.syncfusion.com/uploads/user/kb/wf/wf-46156/wf-46156_img1.png)
79+
![How to Change the Row Height for the Exported Excel Sheet in WinForms DataGrid](ChangingRowHeight.png)
8080

8181
You can use **AutofitRows** method to adjust the row height of the exported excel sheet based on the content.
8282

@@ -152,4 +152,6 @@ Private Sub ExportToExcel_Click(ByVal sender As Object, ByVal e As System.EventA
152152
End Sub
153153
```
154154

155-
![How to Change the Row Height for the Exported Excel Sheet in WinForms DataGrid](https://www.syncfusion.com/uploads/user/kb/wf/wf-46156/wf-46156_img2.png)
155+
![How to Change the Row Height for the Exported Excel Sheet in WinForms DataGrid](ChangingRowHeightBasedOnContent.png)
156+
157+
Take a moment to peruse the [WinForms DataGrid - Excel Export](https://help.syncfusion.com/windowsforms/datagrid/exporttoexcel) documentation, where you can find about DataGrid with code examples.

0 commit comments

Comments
 (0)