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

ListColumnCollection.Add Method (ListColumn)

Adds a single column to the collection.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Function Add ( _
	column As ListColumn _
) As Integer
C#
public int Add(
	ListColumn column
)

Parameters

column

Type: Aurigma.GraphicsMill.WinControls.ListColumn

A ListColumn class instance to add.

Return Value

An index of the new item in the collection.

See Also

Reference