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

ListColumn.Clone Method

Returns full copy of this ListColumn instance.

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

Syntax

Visual Basic
Public Function Clone As Object
C#
public Object Clone()

Return Value

A full copy of this ListColumn instance.

Implements

ICloneable.Clone()

See Also

Reference