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

ListColumnCollection.CopyTo Method

Copies list columns into array of ListColumn objects.

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

Syntax

Visual Basic
Public Sub CopyTo ( _
	array As ListColumn(), _
	index As Integer _
)
C#
public void CopyTo(
	ListColumn[] array,
	int index
)

Parameters

array

Type: Aurigma.GraphicsMill.WinControls.ListColumn []

Target ListColumn objects array.
index

Type: System.Int32

A zero-based index to start copying from.

See Also

Reference