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

ListColumnCollection.RemoveSortOrderIcon Method

Removes sort icon (triangle) from specified column.

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

Syntax

Visual Basic
Public Sub RemoveSortOrderIcon ( _
	columnIndex As Integer _
)
C#
public void RemoveSortOrderIcon(
	int columnIndex
)

Parameters

columnIndex

Type: System.Int32

An index of column to remove icon from.

See Also

Reference