Returns the identifier of the column at the position specified by pos.
pos can either be an absolute index starting from 0 for the first column
or one of the following special values:
First
Use first column.
Last
Use last column.
Inputs
id
id of the listview object
pos
absolute index of column or special value (see above)