| Returns the object in the specified column. index starts
at 1.
Even when running a report, currRowData is not always
defined. For example, when a query returns zero rows but a column field
is in some header or footer, this method is called but
currRowData is null . If it is, we return
null .
the object in the index'th column, or null if no data has yet been read |