moai.DoMethod(id, "InsertColumn", pos, cid$[, t])
pos
and will be given the identifier
specified by cid$
. The new column will be added in front of the column
specified by pos
. This can be an absolute index position starting at 0
for the first column or one of the following special values:
First
Last
The optional argument t
can be set to a table containing one or more
of the following options:
Align
Checkbox
Editable
Hide
Icon
IconType
IconScale
Sortable
SortOrder
Title
Width
Note that Listview.InsertColumn is only supported if the listview is
in Listview
or Dataview
mode. See Listview.ForceMode for details.