Gets a particular table column from the collection.

GetItem()

public TableColumn GetItem();

GetItem(Int)

public TableColumn GetItem(int column);

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.