Gets a particular table column from the collection.

GetItem()

public TableColumn GetItem();
Public Function GetItem() As TableColumn

GetItem(Int)

public TableColumn GetItem(int column);
Public Function GetItem(ByVal column As Integer) As TableColumn

Parameters

Parameter Description
column Specifies the column number. It must be between 1 and the value returned through the collection's Count property.

Return Value

The return value is the requested column. It is null if the requested column could not be found.