Detect Merged Cells in a Worksheet
Contents
[
Hide
]
This article provides information on how to get merged cell areas in a worksheet.
Aspose.Cells allows you to get merged cell areas in a worksheet. You can unmerge (split) them too. This article shows the simplest code using Aspose.Cells API to perform the task.
The component provides the Cells.GetMergedAreas() method which can get all merged cells. The following code sample shows you how to detect merged cells in a worksheet.