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