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

ListColumnCollection.Item Property

Gets a ListColumn object at specified index.

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ListColumn
C#
public ListColumn this[
	int index
] { get; }

Parameters

index

Type: System.Int32

An index of the ListColumn object to retrieve.

Property Value

An instance of the ListColumn class which is stored at specified index.

See Also

Reference