diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index 3af7bb91b..92a165c17 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -5731,6 +5731,15 @@
  • Does XlsIO support internal links when converting Excel to PDF?
  • +
  • + Does XlsIO support autofit for merged cells? +
  • +
  • + Does XlsIO support multiple markers in a single Excel cell? +
  • +
  • + Does XlsIO support setting row height for individual cells in Excel? +
  • diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-autofit-for-merged-cells.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-autofit-for-merged-cells.md new file mode 100644 index 000000000..d7bd42323 --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-autofit-for-merged-cells.md @@ -0,0 +1,11 @@ +--- +title: Autofit support for merged cells | Syncfusion +description: Learn whether Syncfusion XlsIO supports autofit for merged cells in Excel using Syncfusion .NET Excel library (XlsIO). +platform: document-processing +control: XlsIO +documentation: UG +--- + +# Does XlsIO support autofit for merged cells? + +No, XlsIO does not support autofit for merged cells. To adjust row height for merged cells, set it manually using the RowHeight property. \ No newline at end of file