From c5b1336f355dc008f04ac5cf946a25e473209166 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Wed, 6 May 2026 23:33:07 +0530 Subject: [PATCH 1/2] 10000748 - Content Added --- Document-Processing-toc.html | 3 +++ ...lls-not-merged-when-inserting-a-row-or-column.md | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/why-are-cells-not-merged-when-inserting-a-row-or-column.md diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index b262ea62d..2bf8da025 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -6776,6 +6776,9 @@
  • How to merge cells preserving topleft value and format in XlsIO?
  • +
  • + Why are cells not merged when inserting a row or column with the Format as Before/After option? +
  • diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/why-are-cells-not-merged-when-inserting-a-row-or-column.md b/Document-Processing/Excel/Excel-Library/NET/faqs/why-are-cells-not-merged-when-inserting-a-row-or-column.md new file mode 100644 index 000000000..5f780a215 --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/why-are-cells-not-merged-when-inserting-a-row-or-column.md @@ -0,0 +1,13 @@ +--- +title: Why aren’t cells merged when inserting rows or columns? | Syncfusion +description: This FAQ explains why cells are not merged when inserting a row or column with the Format as Before/After option, and how this aligns with Microsoft Excel behavior. +platform: document-processing +control: XlsIO +documentation: UG +--- + +# Why are cells not merged when inserting a row or column with the Format as Before/After option? + +This is the intended behavior in Syncfusion XlsIO that aligns with Microsoft Excel. When inserting a row with the "Format as Before" or "Format as After" option, cells in the inserted row or column are not merged, even when a row above or below the inserted row contains merged cells. + +In Microsoft Excel, while inserting rows or columns with formatting options, the merged cells from the adjacent rows are not copied to the inserted row. This means the inserted row will have unmerged cells, preserving the original Excel behavior. \ No newline at end of file From b414da98bb74139df4417a2a52c894783147d902 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Wed, 6 May 2026 23:46:14 +0530 Subject: [PATCH 2/2] 10000748 - Content modified --- Document-Processing-toc.html | 2 +- ...why-are-cells-not-merged-when-inserting-a-row-or-column.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index 2bf8da025..3f373756e 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -6777,7 +6777,7 @@ How to merge cells preserving topleft value and format in XlsIO?
  • - Why are cells not merged when inserting a row or column with the Format as Before/After option? + Why are cells not merged when inserting a row or column?
  • diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/why-are-cells-not-merged-when-inserting-a-row-or-column.md b/Document-Processing/Excel/Excel-Library/NET/faqs/why-are-cells-not-merged-when-inserting-a-row-or-column.md index 5f780a215..8d3a55962 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/why-are-cells-not-merged-when-inserting-a-row-or-column.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/why-are-cells-not-merged-when-inserting-a-row-or-column.md @@ -1,12 +1,12 @@ --- title: Why aren’t cells merged when inserting rows or columns? | Syncfusion -description: This FAQ explains why cells are not merged when inserting a row or column with the Format as Before/After option, and how this aligns with Microsoft Excel behavior. +description: This FAQ explains why cells aren’t merged when inserting rows or columns using Format as Before/After, consistent with Microsoft Excel behavior. platform: document-processing control: XlsIO documentation: UG --- -# Why are cells not merged when inserting a row or column with the Format as Before/After option? +# Why are cells not merged when inserting a row or column? This is the intended behavior in Syncfusion XlsIO that aligns with Microsoft Excel. When inserting a row with the "Format as Before" or "Format as After" option, cells in the inserted row or column are not merged, even when a row above or below the inserted row contains merged cells.