Next Topic

Previous Topic

Book Contents

GetCol

string GetCol(int iIndex)

Return values

Returns an string with the retrieved data from the column.

Parameters

  • iIndex - A 1 based column index.

Remarks

Note that the column index is 1 based. If ColCount() return 10 the valid index range are 1-10. To retrieve the type of the data, call GetColType()