Gets a ListColumn object at specified index.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public ReadOnly Default Property Item ( _ index As Integer _ ) As ListColumn
public ListColumn this[ int index ] { get; }
Type: System.Int32
An index of the ListColumn object to retrieve.