KryptonOutlookGrid.UnSortColum Method

Krypton OutlookGrid

KryptonOutlookGridUnSortColum Method
Krypton OutlookGrid v1.6.0
UnSort the column. Call Fill after to make the changes

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public void UnSortColum(
	OutlookGridColumn col
)
Public Sub UnSortColum ( 
	col As OutlookGridColumn
)

Parameters

col
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumn
The outlookGridColumn.
See Also