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

ListColumnCollection.Remove Method (ListColumn)

Removes a column from the collection.

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

Syntax

Visual Basic
Public Sub Remove ( _
	column As ListColumn _
)
C#
public void Remove(
	ListColumn column
)

Parameters

column

Type: Aurigma.GraphicsMill.WinControls.ListColumn

A ListColumn object to remove.

See Also

Reference