Returns the following adjacent cell if the current cell merges into that cell.
Class: CellClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public CellClass NextSubordinateCell { get; }
Public ReadOnly Property NextSubordinateCell As CellClass
The next subordinate cell or null/Nothing if no additional merged cells are owned by the same main cell.
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