public method IO2GTableColumnCollection.get

Brief

Gets a column by its index.

Declaration
C++
virtual IO2GTableColumn get (int index) = 0

Parameters
index

The index of a column. The index must be between 0 and size() - 1.

Declared in IO2GTableColumnCollection

back