Softelvdm.Controls Class Library for Windows Controls 1.0

UpperMainCell Property, CellBaseClass Class

Softel vdm, Inc.

Returns the next main cell above the current cell.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Overridable Property UpperMainCell As CellBaseClass

C#   

public virtual CellBaseClass UpperMainCell { get; }

C++   

public: property virtual CellBaseClass^ UpperMainCell {
        CellBaseClass^ get();
}

Property Value

The next main cell or null/Nothing if no more cells are present.

Comments

The UpperMainCell property returns the next main cell above the current cell.

Main cells can consist of many subordinate cells. In order to navigate from one main cell to another, the UpperMainCell property can be used.

SftTree/NET 2.0: ItemClass.Previous can be used to navigate from one item to the next item below. This moves from one item to the next without taking cell merging into account. UpperMainCell will skip any items and cells that are merged and locates the next main cell above the current cell.

LowerMainCell returns the main cell below, PreviousMainCell and NextMainCell locate the previous and next adjacent 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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com