CellIsMergedCell Property

Returns true if the cell is merged with any adjusted cell, false otherwise. Read-only Boolean.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public bool IsMergedCell { get; }

Property Value

Type: Boolean

Implements

ICellIsMergedCell
See Also