|
|
|
PreviousMainCell Property, CellBaseClass Class |
Returns the next main cell preceding the current cell.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Overridable Property PreviousMainCell As CellBaseClass |
C# |
public virtual CellBaseClass PreviousMainCell { get; } |
C++ |
public: property virtual CellBaseClass^ PreviousMainCell { |
Property Value
The next main cell or null/Nothing if no more cells are present.
Comments
The PreviousMainCell property returns the next main cell preceding the current cell.
Main cells can consist of many subordinate cells. In order to navigate from one main cell to another, the PreviousMainCell property can be used.
SftTree/NET 2.0: ColumnClass.PreviousDisplayed can be used to navigate from one cell to the previous cell. This moves from one cell to the next without taking cell merging into account. PreviousMainCell will skip cells that are merged and locates the next main cell.
PreviousMainCell will not wrap around when the cell is in the first column.
NextMainCell returns the next main cell to the right, UpperMainCell and LowerMainCell locate the upper and lower cell respectively.
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