|
|
|
|
FirstCell Property, ItemClass Class |
Returns the first cell in the item's cell collection.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property FirstCell As CellClass |
C# |
public CellClass FirstCell { get; } |
C++ |
Property Value
The first cell or null/Nothing if the cell collection is empty.
Comments
The FirstCell property returns the first cell in the item's cell collection.
The FirstCell property returns the first cell in the cell collection (Cells property). This is not necessarily the first displayed cell. The FirstDisplayedCell property returns the first displayed cell.