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)
Syntaxpublic bool IsMergedCell { get; }
Public ReadOnly Property IsMergedCell As Boolean
Get
public:
virtual property bool IsMergedCell {
bool get () sealed;
}
abstract IsMergedCell : bool with get
override IsMergedCell : bool with get
Property Value
Type:
BooleanImplements
ICellIsMergedCell
See Also