Gets a particular table column from the collection.
public TableColumn GetItem();
public TableColumn GetItem(int column);
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.