Krypton OutlookGrid Help
KryptonOutlookGridUnSortColum Method |
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