SQLLite Get Data By Column No

is that possible to get a sqllite resultset data by using column no instead of column name?

ie
to get the data from a row, results.rows.item(row)[“column name”], what about by column no?

Thanks
Teo