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

ListColumnCollection.ToArray Method

Copies the items of the collection to a new array.

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

Syntax

Visual Basic
Public Function ToArray As ListColumn()
C#
public ListColumn[] ToArray()

Return Value

An array of ListColumn objects containing all columns of the collection.

See Also

Reference