GrapeCity MultiRow Windows Forms Documentation
Merged Property


Gets a value that indicates whether the Cell is merged with another cell.
Syntax
<BrowsableAttribute(False)>
Public ReadOnly Property Merged As Boolean
Dim instance As Cell
Dim value As Boolean
 
value = instance.Merged
[Browsable(false)]
public bool Merged {get;}

Property Value

true if the Cell is merged with another cell; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.