Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

NextSubordinateCell Property, CellClass Class

Returns the following adjacent cell if the current cell merges into that cell.

Class: CellClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public CellClass NextSubordinateCell { get; }
Public ReadOnly Property NextSubordinateCell As CellClass

Value

The next subordinate cell or null/Nothing if no additional merged cells are owned by the same main cell.

Comments

Returns the following adjacent cell if the current cell merges into that cell.

Main cells can consist of many subordinate cells. In order to navigate within a group of merged cells, the NextSubordinateCell property can be used.

CellClass.LowerSubordinateCell locates the next subordinate cell below.

See Also CellClass Class | Classes | SftTree/NET 2.0