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