From 273eedb09d8df080e8a61da2033af359d051057c Mon Sep 17 00:00:00 2001 From: KarthikaSF4773 Date: Tue, 21 Oct 2025 21:25:06 +0530 Subject: [PATCH] 986751-Autofit --- ...etting-row-height-for-individual-cells-in-Excel.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-setting-row-height-for-individual-cells-in-Excel.md diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-setting-row-height-for-individual-cells-in-Excel.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-setting-row-height-for-individual-cells-in-Excel.md new file mode 100644 index 000000000..e155e7ba2 --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-setting-row-height-for-individual-cells-in-Excel.md @@ -0,0 +1,11 @@ +--- +title: XlsIO support for setting row height for individual cells | Syncfusion +description: Learn whether Syncfusion XlsIO supports setting row height for individual cells in Excel using Syncfusion .NET Excel library (XlsIO). +platform: document-processing +control: XlsIO +documentation: UG +--- + +# Does XlsIO support setting row height for individual cells in Excel? + +No, XlsIO does not support setting row heights on a per-cell basis. Row height is determined by the tallest content in the row and applied uniformly to all cells. \ No newline at end of file