|
|
|
|
Last Property, ColumnsClass Class |
Returns the last column in the column collection.
Syntax ColumnsClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Last As ColumnClass |
C# |
public ColumnClass Last { get; } |
C++ |
public: property ColumnClass^ Last { |
Property Value
The last real column or null/Nothing if the column collection is empty.
Comments
The Last property returns the last column in the column collection.
The Last property returns the last column in the column collection. This is not necessarily the last displayed column. The LastDisplayed property returns the last displayed column.