Name
Listview.GetColumnID -- get column id (V2.0)
Synopsis
id$ = moai.DoMethod(id, "GetColumnID", pos)
Function
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)
Results
id$
id of the column at the specified index

Show TOC