How to detect vertical merge (row span) in MS Word Document using .NET?

I am trying to read/parse a MS word document using Aspose.Words. But I didn’t find any way to detect vertical merge (row span).

Found only the way to detect horizontal merge (col span) using ConvertToHorizontallyMergedCells() method and then using the CellFormat.HorizontalMerge property.

@iqbal.bappy You can use CellFormat.VerticalMerge to get vertical merge of the cell.
Please see our documentation to learn more about working with merged cells:
https://docs.aspose.com/words/net/working-with-columns-and-rows/#work-with-merged-cells