diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 1593cbbf0..ded360434 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -6808,6 +6808,9 @@
Does XlsIO support hyperlinks when converting Excel to PDF?
+
+ 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..6789dccb0
--- /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: 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.