private static bool IsSelfVerticalMerged(Cell cell, Cell[,] cells)
{
// Check if the cell is vertically merged with the previous cell in the same row
if (cell.CellFormat.VerticalMerge == CellMerge.Previous && cell.Par…...all verticalMerges in all sections of the document Aspose.Words...all the sections in the document foreach (Section section in doc...