GrapeCity MultiRow Windows Forms Documentation
RelatedMergedCellPositions Property


Gets a value that indicates the cells which are merged with this cell.
Syntax
<BrowsableAttribute(False)>
Public ReadOnly Property RelatedMergedCellPositions As List(Of CellPosition)
Dim instance As Cell
Dim value As List(Of CellPosition)
 
value = instance.RelatedMergedCellPositions
[Browsable(false)]
public List<CellPosition> RelatedMergedCellPositions {get;}

Property Value

A list value that represents the cells which are merged with this cell.
Remarks

This cell contains the list.

The CellPosition order is from top to bottom, so the first cell in the list is the main cell of the merged cells.

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.