From 1021a402a112abc3a4dbc8a16cafa2ff531d1b54 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Wed, 6 May 2026 00:18:23 +0530 Subject: [PATCH 1/2] 995637 - Content Added --- Document-Processing-toc.html | 3 +++ ...-the-behavior-of-the-wraptext-property-in-xlsio.md | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/explain-the-behavior-of-the-wraptext-property-in-xlsio.md diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index 26c1bfa6f..97f075925 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -6772,6 +6772,9 @@
  • How to merge cells preserving topleft value and format in XlsIO?
  • +
  • + Explain the behavior of the WrapText property in XlsIO? +
  • diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/explain-the-behavior-of-the-wraptext-property-in-xlsio.md b/Document-Processing/Excel/Excel-Library/NET/faqs/explain-the-behavior-of-the-wraptext-property-in-xlsio.md new file mode 100644 index 000000000..d31a7f125 --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/explain-the-behavior-of-the-wraptext-property-in-xlsio.md @@ -0,0 +1,11 @@ +--- +title: Explain the behavior of the WrapText property in XlsIO | Syncfusion +description: Describes how the WrapText property affects cell layout in Excel and XlsIO: text wraps to the column width and increases row height; XlsIO follows Excel's default behavior. +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. From 4ffa2d16735ddca0cef3ae517b8afc6906878c1b Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Wed, 6 May 2026 00:28:41 +0530 Subject: [PATCH 2/2] Update description for WrapText property in documentation --- .../explain-the-behavior-of-the-wraptext-property-in-xlsio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/explain-the-behavior-of-the-wraptext-property-in-xlsio.md b/Document-Processing/Excel/Excel-Library/NET/faqs/explain-the-behavior-of-the-wraptext-property-in-xlsio.md index d31a7f125..6789dccb0 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/explain-the-behavior-of-the-wraptext-property-in-xlsio.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/explain-the-behavior-of-the-wraptext-property-in-xlsio.md @@ -1,6 +1,6 @@ --- title: Explain the behavior of the WrapText property in XlsIO | Syncfusion -description: Describes how the WrapText property affects cell layout in Excel and XlsIO: text wraps to the column width and increases row height; XlsIO follows Excel's default behavior. +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