|
|
|
NextSubordinateCell Property, CellBaseClass Class |
Returns the following adjacent cell if the current cell merges into that cell.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Overridable Property NextSubordinateCell As CellBaseClass |
C# |
public virtual CellBaseClass NextSubordinateCell { get; } |
C++ |
public: property virtual CellBaseClass^ NextSubordinateCell { |
Property Value
The next subordinate cell or null/Nothing if no additional merged cells are owned by the same main cell.
Comments
The NextSubordinateCell property 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.
LowerSubordinateCell locates the next subordinate cell below.
SftTabs/NET 6.0: Cell merging is not used in this product and this property has no effect.
Version Information
Supported in version 1.0.
Products Table