This documentation is for the old version. Go to the latest Graphics Mill docs

ListColumnCollection.Insert Method

Inserts column/columns to the collection at the specified index.

Overload List

Name Description
Public method Insert(Int32, ListColumn)

Inserts a single ListColumn object into the collection at the specified index.

Public method Insert(Int32, ListColumn[])

Inserts an array of ListColumn objects into the collection at the specified index.

See Also

Reference