Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6772,6 +6772,9 @@
<li>
<a href="/document-processing/excel/excel-library/net/faqs/how-to-merge-cells-preserving-topleft-value-and-format-in-xlsio">How to merge cells preserving topleft value and format in XlsIO?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/explain-the-behavior-of-the-wraptext-property-in-xlsio">Explain the behavior of the WrapText property in XlsIO?</a>
</li>
</ul>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Explain the behavior of the WrapText property in XlsIO | Syncfusion
description: Explains how the WrapText property affects Excel cell layout, text wraps to column width and increases row height, following Excel’s default behavior in XlsIO.
platform: document-processing
control: XlsIO
documentation: UG
---

# Explain the behavior of the WrapText property in XlsIO?

When `WrapText` is set to true, Microsoft Excel keeps the current column width and wraps the cell text within that width. The wrapped text causes the row height to increase so all lines are visible. This is Excel's default behavior and XlsIO follows the same behavior.