IsMerged Property (DDCell)
In This Topic
Gets a value indicating whether this cell is part of a merged group of cells.
Syntax
'Declaration
Public ReadOnly Property IsMerged As Boolean
public bool IsMerged {get;}
Property Value
true
if this cell is in a merged group; otherwise,
false
.
See Also