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

ListColumnCollection.Remove Method (ListColumn[])

Removes specified columns from the collection.

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

Syntax

Visual Basic
Public Sub Remove ( _
	columns As ListColumn() _
)
C#
public void Remove(
	ListColumn[] columns
)

Parameters

columns

Type: Aurigma.GraphicsMill.WinControls.ListColumn []

An array of ListColumn objects to remove.

See Also

Reference