Gets a particular table column from the collection.
public TableColumn GetItem();
Public Function GetItem() As TableColumn
public TableColumn GetItem(int column);
Public Function GetItem(ByVal column As Integer) As TableColumn
Parameter | Description |
---|---|
column | Specifies the column number. It must be between 1 and the value returned through the collection's Count property. |
The return value is the requested column. It is null if the requested column could not be found.