Skip to content

Commit 0b51052

Browse files
authored
Merge pull request #1695 from syncfusion-content/983389-Autofit
983389-FAQ for XlsIO support autofit for merged cells
2 parents de28776 + 296bb83 commit 0b51052

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Document-Processing-toc.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5874,6 +5874,15 @@
58745874
<li>
58755875
<a href="/document-processing/excel/excel-library/net/faqs/what-ExcelKnownColors-are-available-in-syncfusion-xlsio">What ExcelKnownColors are available in Syncfusion XlsIO?</a>
58765876
</li>
5877+
<li>
5878+
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-support-autofit-for-merged-cells">Does XlsIO support autofit for merged cells?</a>
5879+
</li>
5880+
<li>
5881+
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-support-multiple-markers-in-a-single-Excel-cell">Does XlsIO support multiple markers in a single Excel cell?</a>
5882+
</li>
5883+
<li>
5884+
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-support-setting-row-height-for-individual-cells-in-Excel">Does XlsIO support setting row height for individual cells in Excel?</a>
5885+
</li>
58775886
</ul>
58785887
</li>
58795888
</ul>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Autofit support for merged cells | Syncfusion
3+
description: Learn whether Syncfusion XlsIO supports autofit for merged cells in Excel using Syncfusion .NET Excel library (XlsIO).
4+
platform: document-processing
5+
control: XlsIO
6+
documentation: UG
7+
---
8+
9+
# Does XlsIO support autofit for merged cells?
10+
11+
No, XlsIO does not support autofit for merged cells. As per Microsoft Excel behavior, the autofit is not applied to the rows/columns containing merged cells. To adjust row height or column width for merged cells, set it manually using the <a href="https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IRange.html#Syncfusion_XlsIO_IRange_RowHeight">RowHeight</a> and <a href="https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IRange.html#Syncfusion_XlsIO_IRange_ColumnWidth">ColumnWidth</a> properties.

0 commit comments

Comments
 (0)